org.datanucleus.store.rdbms.sql.method
Class SimpleNumericMethod
java.lang.Object
org.datanucleus.store.rdbms.sql.method.AbstractSQLMethod
org.datanucleus.store.rdbms.sql.method.SimpleNumericMethod
- All Implemented Interfaces:
- SQLMethod
- Direct Known Subclasses:
- AbsFunction, AcosFunction, AsinFunction, AtanFunction, CeilFunction, CosFunction, ExpFunction, FloorFunction, LogFunction, SinFunction, SQLCubeFunction, SQLRollupFunction, SqrtFunction, TanFunction
public abstract class SimpleNumericMethod
- extends AbstractSQLMethod
Expression handler to invoke an SQL numeric function that takes in argument(s).
- If the expression is null will return a NumericExpression
{functionName}({args}) and expr isn't used
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleNumericMethod
public SimpleNumericMethod()
getFunctionName
protected abstract String getFunctionName()
getExpression
public SQLExpression getExpression(SQLExpression expr,
List args)
- Description copied from interface:
SQLMethod
- Return the expression for this SQL function.
- Parameters:
expr - The expression that it is invoked onargs - Arguments passed in
- Returns:
- The SQL expression using the SQL function
getClassForMapping
protected abstract Class getClassForMapping()
Copyright © 2012. All Rights Reserved.