|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.datanucleus.store.rdbms.sql.method.AbstractSQLMethod
org.datanucleus.store.rdbms.sql.method.SimpleNumericMethod
org.datanucleus.store.rdbms.sql.method.AsinFunction
public class AsinFunction
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})".
| Field Summary |
|---|
| Fields inherited from class org.datanucleus.store.rdbms.sql.method.AbstractSQLMethod |
|---|
clr, exprFactory, LOCALISER, stmt |
| Constructor Summary | |
|---|---|
AsinFunction()
|
|
| Method Summary | |
|---|---|
protected java.lang.Class |
getClassForMapping()
|
protected java.lang.String |
getFunctionName()
|
| Methods inherited from class org.datanucleus.store.rdbms.sql.method.SimpleNumericMethod |
|---|
getExpression |
| Methods inherited from class org.datanucleus.store.rdbms.sql.method.AbstractSQLMethod |
|---|
getMappingForClass, setStatement |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AsinFunction()
| Method Detail |
|---|
protected java.lang.String getFunctionName()
getFunctionName in class SimpleNumericMethodprotected java.lang.Class getClassForMapping()
getClassForMapping in class SimpleNumericMethod
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||