Class AbsFunction

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

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