class |
AbsFunction |
Expression handler to invoke the SQL ABS function.
|
class |
AcosFunction |
Expression handler to invoke the SQL ACOS function.
|
class |
AsinFunction |
Expression handler to invoke the SQL ASIN function.
|
class |
AtanFunction |
Expression handler to invoke the SQL ATAN function.
|
class |
CeilFunction |
Expression handler to invoke the SQL CEIL function.
|
class |
CosFunction |
Expression handler to invoke the SQL COS function.
|
class |
CoshFunction |
Expression handler to invoke the SQL COSH function.
|
class |
CotFunction |
Expression handler to invoke the SQL COT function.
|
class |
DegreesFunction |
Expression handler to invoke the SQL DEGREES function.
|
class |
ExpFunction |
Expression handler to invoke the SQL EXP function.
|
class |
FloorFunction |
Expression handler to invoke the SQL FLOOR function.
|
class |
LogFunction |
Expression handler to invoke the SQL LOG function.
|
class |
LogFunction2 |
Expression handler to invoke the SQL (natural) LOG function.
|
class |
PowerFunction |
Expression handler to invoke the SQL POWER function.
|
class |
RadiansFunction |
Expression handler to invoke the SQL RADIANS function.
|
class |
SignFunction |
Expression handler to invoke the SQL SIGN function.
|
class |
SinFunction |
Expression handler to invoke the SQL SIN function.
|
class |
SinhFunction |
Expression handler to invoke the SQL SINH function.
|
class |
SQLCubeFunction |
Expression handler to evaluate SQL.cube(args).
|
class |
SQLRollupFunction |
Expression handler to evaluate SQL.rollup(args).
|
class |
SqrtFunction |
Expression handler to invoke the SQL SQRT function.
|
class |
TanFunction |
Expression handler to invoke the SQL TAN function.
|
class |
TanhFunction |
Expression handler to invoke the SQL TANH function.
|