Class CeilFunction

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

public class CeilFunction extends SimpleNumericMethod
Expression handler to invoke the SQL CEIL function. For use in evaluating CEIL({expr}) where the RDBMS supports this function. Returns a NumericExpression "CEIL({numericExpr})".