Class DegreesFunction
- java.lang.Object
-
- org.datanucleus.store.rdbms.sql.method.SimpleNumericMethod
-
- org.datanucleus.store.rdbms.sql.method.DegreesFunction
-
- All Implemented Interfaces:
SQLMethod
public class DegreesFunction extends SimpleNumericMethod
Expression handler to invoke the SQL DEGREES function. For use in evaluating DEGREES({expr}) where the RDBMS supports this function. Returns a NumericExpression "DEGREES({numericExpr})".
-
-
Constructor Summary
Constructors Constructor Description DegreesFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Class
getClassForMapping()
protected String
getFunctionName()
-
Methods inherited from class org.datanucleus.store.rdbms.sql.method.SimpleNumericMethod
getExpression
-
-
-
-
Method Detail
-
getFunctionName
protected String getFunctionName()
- Specified by:
getFunctionName
in classSimpleNumericMethod
-
getClassForMapping
protected Class getClassForMapping()
- Specified by:
getClassForMapping
in classSimpleNumericMethod
-
-