public class SqlFunction extends Object
To be used in conjunction with the KeylessDao.runLongFunction(org.hrorm.SqlFunction, java.lang.String, org.hrorm.Where)
or KeylessDao.runBigDecimalFunction(org.hrorm.SqlFunction, java.lang.String, org.hrorm.Where)
methods.
Modifier and Type | Field and Description |
---|---|
static SqlFunction |
AVG
To run the SQL AVG function on a column in a table.
|
static SqlFunction |
COUNT
To run the SQL COUNT function on a column in a table.
|
static SqlFunction |
MAX
To run the SQL MAX function on a column in a table.
|
static SqlFunction |
MIN
To run the SQL MIN function on a column in a table.
|
static SqlFunction |
SUM
To run the SQL SUM function on a column in a table.
|
public static final SqlFunction COUNT
public static final SqlFunction SUM
public static final SqlFunction MIN
public static final SqlFunction MAX
public static final SqlFunction AVG
public String getFunctionName()
Copyright © 2019. All rights reserved.