public class ArrayLiteral extends ArrayExpression implements SQLLiteral
SQLExpression.ColumnExpressionListelementExpressionslowestOperator, mapping, parameterName, st, stmt, subExprs, table| Constructor and Description |
|---|
ArrayLiteral(SQLStatement stmt,
JavaTypeMapping mapping,
Object value,
String parameterName)
Constructor for an array literal with a value.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getValue()
Accessor to the literal value
|
void |
setNotParameter()
Method to set this literal as not being a parameter.
|
protected void |
setStatement() |
eq, getElementExpressions, invoke, neadd, and, bitAnd, bitOr, cast, com, distinct, div, encloseInParentheses, eor, ge, getJavaTypeMapping, getLowestOperator, getNumberOfSubExpressions, getParameterName, getSQLStatement, getSQLTable, getSubExpression, gt, in, ior, is, isParameter, le, lt, mod, mul, neg, not, setJavaTypeMapping, sub, toSQLTextpublic ArrayLiteral(SQLStatement stmt, JavaTypeMapping mapping, Object value, String parameterName)
stmt - The SQL statementmapping - the mapping to usevalue - the array valueparameterName - Name of the parameter that this represents if any (as JDBC "?")public Object getValue()
SQLLiteralgetValue in interface SQLLiteralpublic void setNotParameter()
SQLLiteralsetNotParameter in interface SQLLiteralprotected void setStatement()
Copyright © 2019. All rights reserved.