Class FloorFunction

java.lang.Object
org.datanucleus.store.rdbms.sql.method.SimpleNumericMethod
org.datanucleus.store.rdbms.sql.method.FloorFunction
All Implemented Interfaces:
SQLMethod

public class FloorFunction extends SimpleNumericMethod
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})".