public class LocalTimeLiteral extends JavaxTimeLiteral
SQLExpression.ColumnExpressionList
delegate
LOCALISER, 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, setNotParameter
add, div, getDelegate, invoke, mod, mul, sub, toSQLText
and, cast, com, distinct, encloseInParentheses, eor, getJavaTypeMapping, getLowestOperator, getNumberOfSubExpressions, getParameterName, getSQLStatement, getSQLTable, getSubExpression, in, ior, is, neg, not, setJavaTypeMapping
public 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()
SQLLiteral
Copyright © 2023. All rights reserved.