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