Class AtanFunction

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

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