public class NewObjectExpression extends SQLExpression
SQLExpression.ColumnExpressionListlowestOperator, mapping, parameterName, st, stmt, subExprs, table| Constructor and Description |
|---|
NewObjectExpression(SQLStatement stmt,
Class cls,
List<SQLExpression> args) |
| Modifier and Type | Method and Description |
|---|---|
List<SQLExpression> |
getConstructorArgExpressions() |
Class |
getNewClass() |
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, toSQLTextpublic NewObjectExpression(SQLStatement stmt, Class cls, List<SQLExpression> args)
stmt - SQLStatement that this is part ofcls - Class that we create an instance ofargs - argument SQL expressionspublic Class getNewClass()
public List<SQLExpression> getConstructorArgExpressions()
Copyright © 2015. All rights reserved.