@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
|
utc
getSQLTypes
public JSR310OffsetDateTimeType()
public JSR310OffsetDateTimeType(int type)
public String getLiteral(java.time.OffsetDateTime value)
Type
getLiteral
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
Type
rs
- result setstartIndex
- column index in result setSQLException
public void setValue(PreparedStatement st, int startIndex, java.time.OffsetDateTime value) throws SQLException
Type
st
- statementstartIndex
- column index in statementvalue
- value to be setSQLException
Copyright © 2007–2016 Querydsl. All rights reserved.