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