Class TanFunction
- java.lang.Object
-
- org.datanucleus.store.rdbms.sql.method.SimpleNumericMethod
-
- org.datanucleus.store.rdbms.sql.method.TanFunction
-
- All Implemented Interfaces:
SQLMethod
public class TanFunction extends SimpleNumericMethod
Expression handler to invoke the SQL TAN function. For use in evaluating TAN({expr}) where the RDBMS supports this function. Returns a NumericExpression "TAN({numericExpr})".
-
-
Constructor Summary
Constructors Constructor Description TanFunction()
-
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
-
-