public class SingleCollectionLiteral extends SingleCollectionExpression implements SQLLiteral
SQLExpression.ColumnExpressionList
wrappedExpressions
delegate
lowestOperator, mapping, parameterName, st, stmt, subExprs, table
Constructor and Description |
---|
SingleCollectionLiteral(SQLStatement stmt,
JavaTypeMapping mapping,
Object value,
String parameterName) |
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.
|
invoke
add, div, eq, ge, getDelegate, gt, isParameter, le, lt, mod, mul, ne, sub, toSQLText
and, bitAnd, bitOr, cast, com, distinct, encloseInParentheses, eor, getJavaTypeMapping, getLowestOperator, getNumberOfSubExpressions, getParameterName, getSQLStatement, getSQLTable, getSubExpression, in, ior, is, neg, not, setJavaTypeMapping
public SingleCollectionLiteral(SQLStatement stmt, JavaTypeMapping mapping, Object value, String parameterName)
public Object getValue()
SQLLiteral
getValue
in interface SQLLiteral
public void setNotParameter()
SQLLiteral
setNotParameter
in interface SQLLiteral
Copyright © 2019. All rights reserved.