private abstract static class AbstractCursor.BigNumberAccessor extends AbstractCursor.AccessorImpl
getLong() method.getter| Modifier | Constructor and Description |
|---|---|
private |
BigNumberAccessor(AbstractCursor.Getter getter) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getBoolean() |
byte |
getByte() |
double |
getDouble() |
float |
getFloat() |
int |
getInt() |
long |
getLong() |
protected abstract Number |
getNumber() |
short |
getShort() |
getArray, getAsciiStream, getBigDecimal, getBigDecimal, getBinaryStream, getBlob, getBytes, getCharacterStream, getClob, getDate, getNCharacterStream, getNClob, getNString, getObject, getObject, getObject, getRef, getSQLXML, getString, getStruct, getTime, getTimestamp, getUnicodeStream, getURL, wasNullprivate BigNumberAccessor(AbstractCursor.Getter getter)
protected abstract Number getNumber() throws SQLException
SQLExceptionpublic 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 long getLong()
throws SQLException
getLong in interface Cursor.AccessorgetLong in class AbstractCursor.AccessorImplSQLExceptionpublic int getInt()
throws SQLException
getInt in interface Cursor.AccessorgetInt in class AbstractCursor.AccessorImplSQLExceptionpublic short getShort()
throws SQLException
getShort in interface Cursor.AccessorgetShort in class AbstractCursor.AccessorImplSQLExceptionpublic byte getByte()
throws SQLException
getByte in interface Cursor.AccessorgetByte in class AbstractCursor.AccessorImplSQLExceptionpublic boolean getBoolean()
throws SQLException
getBoolean in interface Cursor.AccessorgetBoolean in class AbstractCursor.AccessorImplSQLExceptionCopyright © 2012–2018 The Apache Software Foundation. All rights reserved.