@IgnoreJRERequirement public class JSR310OffsetDateTimeType extends AbstractJSR310DateTimeType<java.time.OffsetDateTime>
dateFormatter, dateTimeFormatter, timeFormatter| Constructor and Description |
|---|
JSR310OffsetDateTimeType() |
JSR310OffsetDateTimeType(int type) |
| Modifier and Type | Method and Description |
|---|---|
String |
getLiteral(java.time.OffsetDateTime value)
Get the literal representation
|
Class<java.time.OffsetDateTime> |
getReturnedClass()
Get the returned type
|
java.time.OffsetDateTime |
getValue(ResultSet rs,
int startIndex)
Get the object from the result set
|
void |
setValue(PreparedStatement st,
int startIndex,
java.time.OffsetDateTime value)
Set the object to the statement
|
utcgetSQLTypespublic JSR310OffsetDateTimeType()
public JSR310OffsetDateTimeType(int type)
public String getLiteral(java.time.OffsetDateTime value)
TypegetLiteral in interface Type<java.time.OffsetDateTime>getLiteral in class AbstractType<java.time.OffsetDateTime>value - valuepublic Class<java.time.OffsetDateTime> getReturnedClass()
Type@Nullable public java.time.OffsetDateTime getValue(ResultSet rs, int startIndex) throws SQLException
Typers - result setstartIndex - column index in result setSQLExceptionpublic void setValue(PreparedStatement st, int startIndex, java.time.OffsetDateTime value) throws SQLException
Typest - statementstartIndex - column index in statementvalue - value to be setSQLExceptionCopyright © 2007–2016 Querydsl. All rights reserved.