Object |
AggregationFunctions.avg(Object target) |
Number |
MathFunctions.ceil(Number target) |
int |
AggregationFunctions.count(Object target) |
String |
LinqFunctions.date_format(Date target) |
String |
LinqFunctions.date_format(Date target,
String pattern) |
Number |
MathFunctions.floor(Number target) |
String |
AggregationFunctions.group_concat(Object target) |
String |
AggregationFunctions.group_concat(Object target,
String separator) |
Object |
LinqFunctions.ifnull(Object target,
Object trueValue) |
Object |
AggregationFunctions.max(Object target) |
Object |
AggregationFunctions.min(Object target) |
Date |
LinqFunctions.now() |
String |
MathFunctions.percent(Number target,
int len) |
String |
MathFunctions.precent(Number target) |
double |
MathFunctions.round(Number target) |
double |
MathFunctions.round(Number target,
int len) |
Number |
AggregationFunctions.sum(Object target) |