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