| Modifier and Type | Field and Description | 
|---|---|
| static SqlFunction | SqlFunction. AVGTo run the SQL AVG function on a column in a table. | 
| static SqlFunction | SqlFunction. COUNTTo run the SQL COUNT function on a column in a table. | 
| static SqlFunction | SqlFunction. MAXTo run the SQL MAX function on a column in a table. | 
| static SqlFunction | SqlFunction. MINTo run the SQL MIN function on a column in a table. | 
| static SqlFunction | SqlFunction. SUMTo run the SQL SUM function on a column in a table. | 
| Modifier and Type | Method and Description | 
|---|---|
| BigDecimal | KeylessDao. runBigDecimalFunction(SqlFunction function,
                     String columnName,
                     Where where)Computes an aggregated BigDecimal value, based on the select criteria specified
 and the given SqlFunction and column name. | 
| BigDecimal | KeylessDaoImpl. runBigDecimalFunction(SqlFunction function,
                     String columnName,
                     Where where) | 
| Long | KeylessDao. runLongFunction(SqlFunction function,
               String columnName,
               Where where)Computes an aggregated Long value, based on the select criteria specified
 and the given SqlFunction and column name. | 
| Long | KeylessDaoImpl. runLongFunction(SqlFunction function,
               String columnName,
               Where where) | 
| String | KeylessSqlBuilder. selectFunction(SqlFunction function,
              String columnName,
              Where where) | 
Copyright © 2019. All rights reserved.