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