public class NewObjectExpression extends SQLExpression
SQLExpression.ColumnExpressionList
lowestOperator, 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, bitAnd, bitOr, 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
public 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 © 2017. All rights reserved.