public static interface Cursor.Accessor
| Modifier and Type | Method and Description |
|---|---|
Array |
getArray() |
InputStream |
getAsciiStream() |
BigDecimal |
getBigDecimal() |
BigDecimal |
getBigDecimal(int scale) |
InputStream |
getBinaryStream() |
Blob |
getBlob() |
boolean |
getBoolean() |
byte |
getByte() |
byte[] |
getBytes() |
Reader |
getCharacterStream() |
Clob |
getClob() |
Date |
getDate(Calendar calendar) |
double |
getDouble() |
float |
getFloat() |
int |
getInt() |
long |
getLong() |
Reader |
getNCharacterStream() |
NClob |
getNClob() |
String |
getNString() |
Object |
getObject() |
<T> T |
getObject(Class<T> type) |
Object |
getObject(Map<String,Class<?>> map) |
Ref |
getRef() |
short |
getShort() |
SQLXML |
getSQLXML() |
String |
getString() |
Struct |
getStruct() |
Time |
getTime(Calendar calendar) |
Timestamp |
getTimestamp(Calendar calendar) |
org.joou.UByte |
getUByte() |
org.joou.UInteger |
getUInt() |
org.joou.ULong |
getULong() |
InputStream |
getUnicodeStream() |
URL |
getURL() |
org.joou.UShort |
getUShort() |
boolean |
wasNull() |
boolean wasNull()
throws SQLException
SQLExceptionString getString() throws SQLException
SQLExceptionboolean getBoolean()
throws SQLException
SQLExceptionbyte getByte()
throws SQLException
SQLExceptionorg.joou.UByte getUByte()
throws SQLException
SQLExceptionshort getShort()
throws SQLException
SQLExceptionorg.joou.UShort getUShort()
throws SQLException
SQLExceptionint getInt()
throws SQLException
SQLExceptionorg.joou.UInteger getUInt()
throws SQLException
SQLExceptionlong getLong()
throws SQLException
SQLExceptionorg.joou.ULong getULong()
throws SQLException
SQLExceptionfloat getFloat()
throws SQLException
SQLExceptiondouble getDouble()
throws SQLException
SQLExceptionBigDecimal getBigDecimal() throws SQLException
SQLExceptionBigDecimal getBigDecimal(int scale) throws SQLException
SQLExceptionbyte[] getBytes()
throws SQLException
SQLExceptionInputStream getAsciiStream() throws SQLException
SQLExceptionInputStream getUnicodeStream() throws SQLException
SQLExceptionInputStream getBinaryStream() throws SQLException
SQLExceptionObject getObject() throws SQLException
SQLExceptionReader getCharacterStream() throws SQLException
SQLExceptionObject getObject(Map<String,Class<?>> map) throws SQLException
SQLExceptionRef getRef() throws SQLException
SQLExceptionBlob getBlob() throws SQLException
SQLExceptionClob getClob() throws SQLException
SQLExceptionArray getArray() throws SQLException
SQLExceptionStruct getStruct() throws SQLException
SQLExceptionDate getDate(Calendar calendar) throws SQLException
SQLExceptionTime getTime(Calendar calendar) throws SQLException
SQLExceptionTimestamp getTimestamp(Calendar calendar) throws SQLException
SQLExceptionURL getURL() throws SQLException
SQLExceptionNClob getNClob() throws SQLException
SQLExceptionSQLXML getSQLXML() throws SQLException
SQLExceptionString getNString() throws SQLException
SQLExceptionReader getNCharacterStream() throws SQLException
SQLException<T> T getObject(Class<T> type) throws SQLException
SQLExceptionCopyright © 2012-2025 Apache Software Foundation. All Rights Reserved.