org.datanucleus.store.rdbms.sql.expression
Class LocalDateTimeLiteral
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.LocalDateTimeLiteral
- All Implemented Interfaces:
- SQLLiteral
public class LocalDateTimeLiteral
- extends JavaxTimeLiteral
Representation of an javax.time.calendar "LocalDateTime" literal.
| 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 |
LocalDateTimeLiteral
public LocalDateTimeLiteral(SQLStatement stmt,
org.datanucleus.store.mapped.mapping.JavaTypeMapping mapping,
Object value,
String parameterName)
- Constructor for an LocalDateTime 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.