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