public class DateTimeType extends AbstractDateTimeType<org.joda.time.DateTime>
DateTimeType maps DateTime to Timestamp on the JDBC leveldateFormatter, dateTimeFormatter, timeFormatter| Constructor and Description |
|---|
DateTimeType() |
DateTimeType(int type) |
| Modifier and Type | Method and Description |
|---|---|
String |
getLiteral(org.joda.time.DateTime value)
Get the literal representation
|
Class<org.joda.time.DateTime> |
getReturnedClass()
Get the returned type
|
org.joda.time.DateTime |
getValue(ResultSet rs,
int startIndex)
Get the object from the result set
|
void |
setValue(PreparedStatement st,
int startIndex,
org.joda.time.DateTime value)
Set the object to the statement
|
utcgetSQLTypespublic String getLiteral(org.joda.time.DateTime value)
TypegetLiteral in interface Type<org.joda.time.DateTime>getLiteral in class AbstractType<org.joda.time.DateTime>value - valuepublic Class<org.joda.time.DateTime> getReturnedClass()
Typepublic org.joda.time.DateTime getValue(ResultSet rs, int startIndex) throws SQLException
Typers - result setstartIndex - column index in result setSQLExceptionpublic void setValue(PreparedStatement st, int startIndex, org.joda.time.DateTime value) throws SQLException
Typest - statementstartIndex - column index in statementvalue - value to be setSQLExceptionCopyright © 2007–2016 Querydsl. All rights reserved.