public class LocalTimeLiteral extends JavaxTimeLiteral
SQLExpression.ColumnExpressionListdelegateLOCALISER, lowestOperator, mapping, parameterName, st, stmt, subExprs, table| Constructor and Description |
|---|
LocalTimeLiteral(SQLStatement stmt,
JavaTypeMapping mapping,
Object value,
String parameterName)
Constructor for an LocalTime literal with a value.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getValue()
Accessor to the literal value
|
eq, ge, gt, isParameter, le, lt, ne, setNotParameteradd, div, getDelegate, invoke, mod, mul, sub, toSQLTextand, cast, com, distinct, encloseInParentheses, eor, getJavaTypeMapping, getLowestOperator, getNumberOfSubExpressions, getParameterName, getSQLStatement, getSQLTable, getSubExpression, in, ior, is, neg, not, setJavaTypeMappingpublic LocalTimeLiteral(SQLStatement stmt, JavaTypeMapping mapping, Object value, String parameterName)
stmt - the SQL statementmapping - the mappingvalue - the valueparameterName - Name of the parameter that this represents if any (as JDBC "?")public Object getValue()
SQLLiteralCopyright © 2013. All Rights Reserved.