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