org.datanucleus.store.rdbms.sql.method
Class AsinFunction
java.lang.Object
org.datanucleus.store.rdbms.sql.method.AbstractSQLMethod
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})".
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AsinFunction
public AsinFunction()
getFunctionName
protected String getFunctionName()
- Specified by:
getFunctionName in class SimpleNumericMethod
getClassForMapping
protected Class getClassForMapping()
- Specified by:
getClassForMapping in class SimpleNumericMethod
Copyright © 2012. All Rights Reserved.