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
|
utc
getSQLTypes
public String getLiteral(org.joda.time.DateTime value)
Type
getLiteral
in interface Type<org.joda.time.DateTime>
getLiteral
in class AbstractType<org.joda.time.DateTime>
value
- valuepublic Class<org.joda.time.DateTime> getReturnedClass()
Type
public org.joda.time.DateTime getValue(ResultSet rs, int startIndex) throws SQLException
Type
rs
- result setstartIndex
- column index in result setSQLException
public void setValue(PreparedStatement st, int startIndex, org.joda.time.DateTime value) throws SQLException
Type
st
- statementstartIndex
- column index in statementvalue
- value to be setSQLException
Copyright © 2007–2016 Querydsl. All rights reserved.