Class AsinFunction

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

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