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