org.datanucleus.store.rdbms.sql.method
Class SQLNumericMethod
java.lang.Object
org.datanucleus.store.rdbms.sql.method.AbstractSQLMethod
org.datanucleus.store.rdbms.sql.method.SQLNumericMethod
- All Implemented Interfaces:
- SQLMethod
public class SQLNumericMethod
- extends AbstractSQLMethod
Method to allow inclusion of any SQL code that returns a numeric.
The original expression will be of the form
SQL_numeric("some sql")
which is compiled into
InvokeExpression{STATIC.SQL_numeric(Literal{some sql})
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SQLNumericMethod
public SQLNumericMethod()
getExpression
public SQLExpression getExpression(SQLExpression ignore,
List args)
- Description copied from interface:
SQLMethod
- Return the expression for this SQL function.
- Parameters:
ignore - The expression that it is invoked onargs - Arguments passed in
- Returns:
- The SQL expression using the SQL function
Copyright © 2012. All Rights Reserved.