Skip to Main Content
Oracle in a Nutshell
book

Oracle in a Nutshell

by Rick Greenwald, David C. Kreines
December 2002
Intermediate to advanced content levelIntermediate to advanced
928 pages
85h 29m
English
O'Reilly Media, Inc.
Content preview from Oracle in a Nutshell

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.
Start your free trial

You might also like

Oracle Internals

Oracle Internals

Donald K. Burleson
Oracle PL/SQL

Oracle PL/SQL

Lewis Cunningham
Oracle Essentials: Oracle9i, Oracle8i and Oracle8, Second Edition

Oracle Essentials: Oracle9i, Oracle8i and Oracle8, Second Edition

Rick Greenwald, Robert Stackowiak, Jonathan Stern

Publisher Resources

ISBN: 0596003366Errata Page