Interface java.sql.ResultSet
Added interface java.sql.Wrapper
.
Added Methods | |
---|---|
int getHoldability () |
|
Reader getNCharacterStream (int ) |
|
Reader getNCharacterStream (String ) |
|
NClob getNClob (int ) |
|
NClob getNClob (String ) |
|
String getNString (int ) |
|
String getNString (String ) |
|
RowId getRowId (int ) |
|
RowId getRowId (String ) |
|
SQLXML getSQLXML (int ) |
|
SQLXML getSQLXML (String ) |
|
boolean isClosed () |
|
void updateAsciiStream (int, |
|
void updateAsciiStream (int, |
|
void updateAsciiStream (String, |
|
void updateAsciiStream (String, |
|
void updateBinaryStream (int, |
|
void updateBinaryStream (int, |
|
void updateBinaryStream (String, |
|
void updateBinaryStream (String, |
|
void updateBlob (int, |
|
void updateBlob (int, |
|
void updateBlob (String, |
|
void updateBlob (String, |
|
void updateCharacterStream (int, |
|
void updateCharacterStream (int, |
|
void updateCharacterStream (String, |
|
void updateCharacterStream (String, |
|
void updateClob (int, |
|
void updateClob (int, |
|
void updateClob (String, |
|
void updateClob (String, |
|
void updateNCharacterStream (int, |
|
void updateNCharacterStream (int, |
|
void updateNCharacterStream (String, |
|
void updateNCharacterStream (String, |
|
void updateNClob (int, |
|
void updateNClob (int, |
|
void updateNClob (int, |
|
void updateNClob (String, |
|
void updateNClob (String, |
|
void updateNClob (String, |
|
void updateNString (int, |
|
void updateNString (String, |
|
void updateRowId (int, |
|
void updateRowId (String, |
|
void updateSQLXML (int, |
|
void updateSQLXML (String, |