public class ResultSetToLongConverter extends AbstractResultSetToBasicFixedTypeConverter<Long>
| Modifier and Type | Field and Description |
|---|---|
static ResultSetToLongConverter |
INSTANCE |
CONVERTER| Constructor and Description |
|---|
ResultSetToLongConverter() |
| Modifier and Type | Method and Description |
|---|---|
protected Long |
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 ResultSetToLongConverter INSTANCE
protected Long doConvertSingleValue(Object object)
AbstractResultSetConverterIllegalArgumentException.doConvertSingleValue in class AbstractResultSetConverter<Long>protected Class<?> getType()
getType in class AbstractResultSetConverter<Long>Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.