public class Function extends Expression
| Modifier and Type | Method and Description |
|---|---|
protected Object |
asJSON() |
static Function |
avg(Object expression) |
static Function |
count(Object expression) |
static Function |
max(Object expression) |
static Function |
min(Object expression) |
static Function |
sum(Object expression) |
add, and, between, concat, divide, equalTo, greaterThan, greaterThanOrEqualTo, in, is, isNot, isNull, lessThan, lessThanOrEqualTo, like, match, modulo, multiply, negated, not, notBetween, notEqualTo, notGreaterThan, notGreaterThanOrEqualTo, notIn, notLessThan, notLessThanOrEqualTo, notLike, notMatch, notNull, notRegex, or, parameter, property, property, regex, subtractprotected Object asJSON()
asJSON in class Expression