OracleResultSet
Extends the java.sql.ResultSet interface.
Inherited fields
The following fields are inherited from java.sql.ResultSet:
| CONCUR_READ_ONLY |
| CONCUR_UPDATABLE |
| FETCH_FORWARD |
| FETCH_REVERSE |
| FETCH_UNKNOWN |
| TYPE_FORWARD_ONLY |
| TYPE_SCROLL_INSENSITIVE |
| TYPE_SCROLL_SENSITIVE |
Methods
- getARRAY(int columnIndex )
Returns ARRAY from columnIndex column.
- getARRAY(java.lang.String columnName )
Returns ARRAY from name columnName.
- getBfile(int columnIndex )
Returns BFILE from columnIndex column.
- getBFILE(int columnIndex )
Returns BFILE from columnIndex column.
- getBfile(java.lang.String columnName )
Returns BFILE from name columnName.
- getBFILE(java.lang.String columnName )
Returns BFILE from name columnName.
- getBLOB(int columnIndex )
Returns BLOB from columnIndex column.
- getBLOB(java.lang.String columnName )
Returns BLOB from name columnName.
- getCHAR(int columnIndex )
Returns CHAR from columnIndex column.
- getCHAR(java.lang.String columnName )
Returns CHAR from name columnName.
- getCLOB(int columnIndex )
Returns CLOB from columnIndex column.
- getCLOB(java.lang.String columnName )
Returns CLOB from name columnName.
- getCursor(int columnIndex )
Returns java.sql.ResultSet from columnIndex column.
- getCursor(java.lang.String columnName )
Returns java.sql.ResultSet from name columnName.
- getCustomDatum(int columnIndex , CustomDatumFactory factory )
Returns CustomDatum. Deprecated with Oracle9i.
- getCustomDatum(java.lang.String columnName , CustomDatumFactory factory )
Returns CustomDatum. Deprecated with Oracle9 ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access