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