public class ResultSetToDoubleConverter extends AbstractResultSetToBasicFixedTypeConverter<Double>
CONVERTERconverter| Constructor and Description |
|---|
ResultSetToDoubleConverter() |
| Modifier and Type | Method and Description |
|---|---|
protected Double |
doConvertSingleValue(Object object)
Converts the given value to this converter's type or throws
IllegalArgumentException. |
protected Class<?> |
getType() |
convert, doConvertResultSet, doConvertSingleRow, doThrow, getExhaustedResultSetValue, getNullResultSetValueprotected Double doConvertSingleValue(Object object)
AbstractResultSetConverterIllegalArgumentException.doConvertSingleValue in class AbstractResultSetConverter<Double>protected Class<?> getType()
getType in class AbstractResultSetConverter<Double>Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.