public static class MapLiteral.MapValueLiteral extends SQLExpression implements SQLLiteral
SQLExpression.ColumnExpressionListlowestOperator, mapping, parameterName, st, stmt, subExprs, table| Constructor and Description |
|---|
MapValueLiteral(SQLStatement stmt,
JavaTypeMapping mapping,
Object value)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getValue()
Accessor to the literal value
|
List<SQLExpression> |
getValueExpressions() |
void |
setNotParameter()
Method to set this literal as not being a parameter.
|
protected void |
setStatement() |
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 MapValueLiteral(SQLStatement stmt, JavaTypeMapping mapping, Object value)
stmt - SQL Statementmapping - The mapping to the Mapvalue - The transient Map that is the value.public List<SQLExpression> getValueExpressions()
public Object getValue()
SQLLiteralgetValue in interface SQLLiteralpublic void setNotParameter()
SQLLiteralsetNotParameter in interface SQLLiteralprotected void setStatement()
Copyright © 2015. All rights reserved.