org.datanucleus.store.rdbms.sql.expression
Class LocalTimeLiteral
java.lang.Object
org.datanucleus.store.rdbms.sql.expression.SQLExpression
org.datanucleus.store.rdbms.sql.expression.DelegatedExpression
org.datanucleus.store.rdbms.sql.expression.StringTemporalExpression
org.datanucleus.store.rdbms.sql.expression.JavaxTimeLiteral
org.datanucleus.store.rdbms.sql.expression.LocalTimeLiteral
- All Implemented Interfaces:
- SQLLiteral
public class LocalTimeLiteral
- extends JavaxTimeLiteral
Representation of an javax.time.calendar "LocalTime" literal.
|
Constructor Summary |
LocalTimeLiteral(SQLStatement stmt,
org.datanucleus.store.mapped.mapping.JavaTypeMapping mapping,
Object value,
String parameterName)
Constructor for an LocalTime literal with a value. |
| Methods inherited from class org.datanucleus.store.rdbms.sql.expression.SQLExpression |
and, cast, com, distinct, encloseInParentheses, eor, getJavaTypeMapping, getLowestOperator, getNumberOfSubExpressions, getParameterName, getSQLStatement, getSQLTable, getSubExpression, in, ior, is, neg, not, setJavaTypeMapping |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocalTimeLiteral
public LocalTimeLiteral(SQLStatement stmt,
org.datanucleus.store.mapped.mapping.JavaTypeMapping mapping,
Object value,
String parameterName)
- Constructor for an LocalTime literal with a value.
- Parameters:
stmt - the SQL statementmapping - the mappingvalue - the valueparameterName - Name of the parameter that this represents if any (as JDBC "?")
getValue
public Object getValue()
- Description copied from interface:
SQLLiteral
- Accessor to the literal value
- Returns:
- the value of the literal
Copyright © 2012. All Rights Reserved.