Class FloorFunction
java.lang.Object
org.datanucleus.store.rdbms.sql.method.SimpleNumericMethod
org.datanucleus.store.rdbms.sql.method.FloorFunction
- All Implemented Interfaces:
SQLMethod
Expression handler to invoke the SQL FLOOR function.
For use in evaluating FLOOR({expr}) where the RDBMS supports this function.
Returns a NumericExpression "FLOOR({numericExpr})".
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.datanucleus.store.rdbms.sql.method.SimpleNumericMethod
getExpression
-
Constructor Details
-
FloorFunction
public FloorFunction()
-
-
Method Details
-
getFunctionName
- Specified by:
getFunctionName
in classSimpleNumericMethod
-
getClassForMapping
- Specified by:
getClassForMapping
in classSimpleNumericMethod
-