Class AcosFunction

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

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