@IgnoreJRERequirement public class JSR310LocalDateType extends AbstractJSR310DateTimeType<java.time.LocalDate>
dateFormatter, dateTimeFormatter, timeFormatter
Constructor and Description |
---|
JSR310LocalDateType() |
JSR310LocalDateType(int type) |
Modifier and Type | Method and Description |
---|---|
String |
getLiteral(java.time.LocalDate value)
Get the literal representation
|
Class<java.time.LocalDate> |
getReturnedClass()
Get the returned type
|
java.time.LocalDate |
getValue(ResultSet rs,
int startIndex)
Get the object from the result set
|
void |
setValue(PreparedStatement st,
int startIndex,
java.time.LocalDate value)
Set the object to the statement
|
utc
getSQLTypes
public JSR310LocalDateType()
public JSR310LocalDateType(int type)
public String getLiteral(java.time.LocalDate value)
Type
getLiteral
in interface Type<java.time.LocalDate>
getLiteral
in class AbstractType<java.time.LocalDate>
value
- valuepublic Class<java.time.LocalDate> getReturnedClass()
Type
@Nullable public java.time.LocalDate 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.LocalDate value) throws SQLException
Type
st
- statementstartIndex
- column index in statementvalue
- value to be setSQLException
Copyright © 2007–2016 Querydsl. All rights reserved.