public class LocaleType extends AbstractType<Locale>
LocaleType maps Locale to String on the JDBC level| Constructor and Description |
|---|
LocaleType() |
LocaleType(int type) |
| Modifier and Type | Method and Description |
|---|---|
Class<Locale> |
getReturnedClass()
Get the returned type
|
Locale |
getValue(ResultSet rs,
int startIndex)
Get the object from the result set
|
void |
setValue(PreparedStatement st,
int startIndex,
Locale value)
Set the object to the statement
|
static Locale |
toLocale(String val) |
getLiteral, getSQLTypespublic Class<Locale> getReturnedClass()
Type@Nullable public Locale getValue(ResultSet rs, int startIndex) throws SQLException
Typers - result setstartIndex - column index in result setSQLExceptionpublic void setValue(PreparedStatement st, int startIndex, Locale value) throws SQLException
Typest - statementstartIndex - column index in statementvalue - value to be setSQLExceptionCopyright © 2007–2016 Querydsl. All rights reserved.