public class ResultSetToBigDecimalConverter extends AbstractResultSetToBasicFixedTypeConverter<BigDecimal>
| Modifier and Type | Field and Description |
|---|---|
static ResultSetToBigDecimalConverter |
INSTANCE |
CONVERTER| Constructor and Description |
|---|
ResultSetToBigDecimalConverter() |
| Modifier and Type | Method and Description |
|---|---|
protected BigDecimal |
doConvertSingleValue(Object object)
Converts the given value to this converter's type or throws
IllegalArgumentException. |
protected Class<?> |
getType() |
convert, doConvertResultSet, doConvertSingleRow, getExhaustedResultSetValue, getNullResultSetValuepublic static final ResultSetToBigDecimalConverter INSTANCE
protected BigDecimal doConvertSingleValue(Object object)
AbstractResultSetConverterIllegalArgumentException.doConvertSingleValue in class AbstractResultSetConverter<BigDecimal>protected Class<?> getType()
getType in class AbstractResultSetConverter<BigDecimal>Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.