private abstract static class AbstractCursor.ExactNumericAccessor extends AbstractCursor.AccessorImpl
getLong() method.getter| Constructor and Description |
|---|
AbstractCursor.ExactNumericAccessor(AbstractCursor.Getter getter) |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getBigDecimal() |
BigDecimal |
getBigDecimal(int scale) |
double |
getDouble() |
float |
getFloat() |
abstract long |
getLong() |
getArray, getAsciiStream, getBinaryStream, getBlob, getBoolean, getByte, getBytes, getCharacterStream, getClob, getDate, getInt, getNCharacterStream, getNClob, getNString, getObject, getObject, getObject, getRef, getShort, getSQLXML, getString, getStruct, getTime, getTimestamp, getUnicodeStream, getURL, wasNullpublic AbstractCursor.ExactNumericAccessor(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 double getDouble()
throws SQLException
getDouble in interface Cursor.AccessorgetDouble in class AbstractCursor.AccessorImplSQLExceptionpublic float getFloat()
throws SQLException
getFloat in interface Cursor.AccessorgetFloat in class AbstractCursor.AccessorImplSQLExceptionpublic abstract long getLong()
throws SQLException
getLong in interface Cursor.AccessorgetLong in class AbstractCursor.AccessorImplSQLExceptionCopyright © 2012–2016 The Apache Software Foundation. All rights reserved.