private static class AbstractCursor.IntAccessor extends AbstractCursor.ExactNumericAccessor
Integer;
corresponds to Types.INTEGER.getter| Modifier | Constructor and Description |
|---|---|
private |
IntAccessor(AbstractCursor.Getter getter) |
| Modifier and Type | Method and Description |
|---|---|
int |
getInt() |
long |
getLong() |
getBigDecimal, getBigDecimal, getDouble, getFloatgetArray, getAsciiStream, getBinaryStream, getBlob, getBoolean, getByte, getBytes, getCharacterStream, getClob, getDate, getNCharacterStream, getNClob, getNString, getObject, getObject, getObject, getRef, getShort, getSQLXML, getString, getStruct, getTime, getTimestamp, getUnicodeStream, getURL, wasNullprivate IntAccessor(AbstractCursor.Getter getter)
public int getInt()
throws SQLException
getInt in interface Cursor.AccessorgetInt in class AbstractCursor.AccessorImplSQLExceptionpublic long getLong()
throws SQLException
getLong in interface Cursor.AccessorgetLong in class AbstractCursor.ExactNumericAccessorSQLExceptionCopyright © 2012–2018 The Apache Software Foundation. All rights reserved.