Package | Description |
---|---|
xdev.lang.cmd |
Modifier and Type | Method and Description |
---|---|
Expression |
Query.ABS(Object expression)
Returns the absolute value of a numeric column or expression.
|
Expression |
Query.AVG(Object expression)
Returns the average value of a numeric column.
|
Expression |
Query.COALESCE(Object... values)
Returns the first non-null expression among the arguments.
|
Expression |
Query.COUNT_ALL()
Returns the number of rows in a query - COUNT(*).
|
Expression |
Query.COUNT(Object expression)
Returns the number of rows in a query.
|
Expression |
Query.MAX(Object expression)
Returns the largest value of the selected column.
|
Expression |
Query.MIN(Object expression)
Returns the smallest value of the selected column.
|
Expression |
Query.MOD(Object dividend,
Object divisor)
Returns the remainder of the division from 2 integer values.
|
Expression |
Query.ROUND(Object value,
int decimals)
Rounds a numeric field to the number of decimals specified.
|
Expression |
Query.SUM(Object expression)
Returns the total sum of a numeric column.
|
Copyright © 2003–2021 XDEV Software. All rights reserved.