ResultSet Object  

Methods
Version
Introduced

Supported

Comments
boolean absolute (int)
2.0 Core
Yes

void afterLast ()
2.0 Core
Yes
void beforeFirst ()
2.0 Core
Yes
void cancelRowUpdates ()
2.0 Core
Yes
void clearWarnings ()
1.0
Yes
void close ()
1.0
Yes
void deleteRow ()
2.0 Core
Yes
int findColumn (String)
1.0
Yes
boolean first ()
2.0 Core
Yes
Array getArray (String)
2.0 Core
No
Throws "unsupported method" exception.
Array getArray (int)
2.0 Core
No
Throws "unsupported method" exception.
InputStream getAsciiStream (String)
1.0
Yes
InputStream getAsciiStream (int)
1.0
Yes
BigDecimal getBigDecimal (String)
2.0 Core
Yes
BigDecimal getBigDecimal (int)
2.0 Core
Yes
BigDecimal getBigDecimal (String, int)
1.0
Yes
BigDecimal getBigDecimal (int, int)
1.0
Yes
InputStream getBinaryStream (int)
1.0
Yes
InputStream getBinaryStream (String)
1.0
Yes
Blob getBlob (int)
2.0 Core
No
Throws "unsupported method" exception.
Blob getBlob (String)
2.0 Core
No
Throws "unsupported method" exception.
boolean getBoolean (String)
1.0
Yes
boolean getBoolean (int)
1.0
Yes
byte getByte (int)
1.0
Yes
byte getByte (String)
1.0
Yes
byte [] getBytes (String)
1.0
Yes
byte [] getBytes (int)
1.0
Yes
Reader getCharacterStream (int)
2.0 Core
Yes
Reader getCharacterStream (String)
2.0 Core
Yes
Clob getClob (String)
2.0 Core
No
Throws "unsupported method" exception.
Clob getClob (int)
2.0 Core
No
Throws "unsupported method" exception.
int getConcurrency ()
2.0 Core
Yes
String getCursorName ()
1.0
No
Throws "unsupported method" exception.
Date getDate (int)
1.0
Yes
Date getDate (String)
1.0
Yes
Date getDate (String, Calendar)
2.0 Core
No
Throws "unsupported method" exception.
Date getDate (int, Calendar)
2.0 Core
No
Throws "unsupported method" exception.
double getDouble (String)
1.0
Yes
double getDouble (int)
1.0
Yes
int getFetchDirection ()
2.0 Core
Yes
int getFetchSize ()
2.0 Core
Yes
float getFloat (int)
1.0
Yes
float getFloat (String)
1.0
Yes
int getInt (int)
1.0
Yes
int getInt (String)
1.0
Yes
long getLong (int)
1.0
Yes
long getLong (String)
1.0
Yes
ResultSetMetaData getMetaData ()
1.0
Yes
Object getObject (int)
1.0
Yes
Object getObject (String)
1.0
Yes
Object getObject (int, Map)
2.0 Core
Yes
Map ignored.
Object getObject (String, Map)
2.0 Core
Yes
Map ignored.
Ref getRef (int)
2.0 Core
No
Throws "unsupported method" exception.
Ref getRef (String)
2.0 Core
No
Throws "unsupported method" exception.
int getRow ()
2.0 Core
Yes
short getShort (String)
1.0
Yes
short getShort (int)
1.0
Yes
Statement getStatement ()
2.0 Core
Yes
String getString (int)
1.0
Yes
String getString (String)
1.0
Yes
Time getTime (int)
1.0
Yes
Time getTime (String)
1.0
Yes
Time getTime (String, Calendar)
2.0 Core
No
Throws "unsupported method" exception.
Time getTime (int, Calendar)
2.0 Core
No
Throws "unsupported method" exception.
Timestamp getTimestamp (int)
1.0
Yes
Timestamp getTimestamp (String)
1.0
Yes
Timestamp getTimestamp (String, Calendar)
2.0 Core
No
Throws "unsupported method" exception.
Timestamp getTimestamp (int, Calendar)
2.0 Core
No
Throws "unsupported method" exception.
int getType ()
2.0 Core
Yes
InputStream getUnicodeStream (int)
1.0
No
Throws "unsupported method" exception.
InputStream getUnicodeStream (String)
1.0
No
Throws "unsupported method" exception.
SQLWarning getWarnings ()
1.0
Yes
void insertRow ()
2.0 Core
Yes
boolean isAfterLast ()
2.0 Core
Yes
boolean isBeforeFirst ()
2.0 Core
Yes
boolean isFirst ()
2.0 Core
Yes
boolean isLast ()
2.0 Core
Yes
boolean last ()
2.0 Core
Yes
void moveToCurrentRow ()
2.0 Core
Yes
void moveToInsertRow ()
2.0 Core
Yes
boolean next ()
1.0
Yes
boolean previous ()
2.0 Core
Yes
void refreshRow ()
2.0 Core
Yes
boolean relative (int)
2.0 Core
Yes
boolean rowDeleted ()
2.0 Core
Yes
boolean rowInserted ()
2.0 Core
Yes
boolean rowUpdated ()
2.0 Core
Yes
void setFetchDirection (int)
2.0 Core
Yes
void setFetchSize (int)
2.0 Core
Yes
void updateAsciiStream (String, InputStream, int)
2.0 Core
Yes
void updateAsciiStream (int, InputStream, int)
2.0 Core
Yes
void updateBigDecimal (int, BigDecimal)
2.0 Core
Yes
void updateBigDecimal (String, BigDecimal)
2.0 Core
Yes
void updateBinaryStream (String, InputStream, int)
2.0 Core
Yes
void updateBinaryStream (int, InputStream, int)
2.0 Core
Yes
void updateBoolean (int, boolean)
2.0 Core
Yes
void updateBoolean (String, boolean)
2.0 Core
Yes
void updateByte (String, byte)
2.0 Core
Yes
void updateByte (int, byte)
2.0 Core
Yes
void updateBytes (String, byte [])
2.0 Core
Yes
void updateBytes (int, byte [])
2.0 Core
Yes
void updateCharacterStream (String, Reader, int)
2.0 Core
Yes
void updateCharacterStream (int, Reader, int)
2.0 Core
Yes
void updateDate (int, Date)
2.0 Core
Yes
void updateDate (String, Date)
2.0 Core
Yes
void updateDouble (String, double)
2.0 Core
Yes
void updateDouble (int, double)
2.0 Core
Yes
void updateFloat (int, float)
2.0 Core
Yes
void updateFloat (String, float)
2.0 Core
Yes
void updateInt (int, int)
2.0 Core
Yes
void updateInt (String, int)
2.0 Core
Yes
void updateLong (String, long)
2.0 Core
Yes
void updateLong (int, long)
2.0 Core
Yes
void updateNull (String)
2.0 Core
Yes
void updateNull (int)
2.0 Core
Yes
void updateObject (String, Object)
2.0 Core
Yes
void updateObject (int, Object)
2.0 Core
Yes
void updateObject (String, Object, int)
2.0 Core
Yes
void updateObject (int, Object, int)
2.0 Core
Yes
void updateRow ()
2.0 Core
Yes
void updateShort (int, short)
2.0 Core
Yes
void updateShort (String, short)
2.0 Core
Yes
void updateString (String, String)
2.0 Core
Yes
void updateString (int, String)
2.0 Core
Yes
void updateTime (int, Time)
2.0 Core
Yes
void updateTime (String, Time)
2.0 Core
Yes
void updateTimestamp (String, Timestamp)
2.0 Core
Yes
void updateTimestamp (int, Timestamp)
2.0 Core
Yes
boolean wasNull ()
1.0
Yes


Previous Document Previous Page Next Document Next Page Synchronize TOC Synchronize with Contents