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 ...
Get Oracle in a Nutshell now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.