org.datanucleus.store.rdbms.sql.expression
Class NewObjectExpression
java.lang.Object
org.datanucleus.store.rdbms.sql.expression.SQLExpression
org.datanucleus.store.rdbms.sql.expression.NewObjectExpression
public class NewObjectExpression
- extends SQLExpression
SQL Expression for creating a new object (in the result clause of a query).
| Methods inherited from class org.datanucleus.store.rdbms.sql.expression.SQLExpression |
add, and, cast, com, distinct, div, encloseInParentheses, eor, eq, ge, getJavaTypeMapping, getLowestOperator, getNumberOfSubExpressions, getParameterName, getSQLStatement, getSQLTable, getSubExpression, gt, in, invoke, ior, is, isParameter, le, lt, mod, mul, ne, neg, not, setJavaTypeMapping, sub, toSQLText |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NewObjectExpression
public NewObjectExpression(SQLStatement stmt,
Class cls,
List<SQLExpression> args)
- Parameters:
stmt - SQLStatement that this is part ofcls - Class that we create an instance ofargs - argument SQL expressions
getNewClass
public Class getNewClass()
getConstructorArgExpressions
public List<SQLExpression> getConstructorArgExpressions()
Copyright © 2012. All Rights Reserved.