Modifier and Type | Field and Description |
---|---|
static SqlFunction |
SqlFunction.AVG
To run the SQL AVG function on a column in a table.
|
static SqlFunction |
SqlFunction.COUNT
To run the SQL COUNT function on a column in a table.
|
static SqlFunction |
SqlFunction.MAX
To run the SQL MAX function on a column in a table.
|
static SqlFunction |
SqlFunction.MIN
To run the SQL MIN function on a column in a table.
|
static SqlFunction |
SqlFunction.SUM
To 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 |
AbstractDao.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 |
AbstractDao.runLongFunction(SqlFunction function,
String columnName,
Where where) |
String |
SqlBuilder.selectFunction(SqlFunction function,
String columnName,
Where where) |
Copyright © 2019. All rights reserved.