private abstract static class AbstractCursor.ApproximateNumericAccessor extends AbstractCursor.AccessorImpl
Double or null.getter| Modifier | Constructor and Description |
|---|---|
private |
ApproximateNumericAccessor(AbstractCursor.Getter getter) |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getBigDecimal() |
BigDecimal |
getBigDecimal(int scale) |
abstract double |
getDouble() |
long |
getLong() |
getArray, getAsciiStream, getBinaryStream, getBlob, getBoolean, getByte, getBytes, getCharacterStream, getClob, getDate, getFloat, getInt, getNCharacterStream, getNClob, getNString, getObject, getObject, getObject, getRef, getShort, getSQLXML, getString, getStruct, getTime, getTimestamp, getUnicodeStream, getURL, wasNullprivate ApproximateNumericAccessor(AbstractCursor.Getter getter)
public BigDecimal getBigDecimal(int scale) throws SQLException
getBigDecimal in interface Cursor.AccessorgetBigDecimal in class AbstractCursor.AccessorImplSQLExceptionpublic BigDecimal getBigDecimal() throws SQLException
getBigDecimal in interface Cursor.AccessorgetBigDecimal in class AbstractCursor.AccessorImplSQLExceptionpublic abstract double getDouble()
throws SQLException
getDouble in interface Cursor.AccessorgetDouble in class AbstractCursor.AccessorImplSQLExceptionpublic long getLong()
throws SQLException
getLong in interface Cursor.AccessorgetLong in class AbstractCursor.AccessorImplSQLExceptionCopyright © 2012–2018 The Apache Software Foundation. All rights reserved.