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

OracleCallableStatement

Extends the oracle.jdbc.OraclePreparedStatement interface and the java.sql.CallableStatement interface with Oracle9i. Extends the oracle.jdbc.driver.OraclePreparedStatement interface and implements the oracle.jdbc.internal.OracleCallableStatement interface with Oracle8i.

Inherited fields

The following fields are inherited from oracle.jdbc.PreparedStatement with Oracle9i:

FORM CHAR
FORM NCHAR

The following fields are inherited from oracle.jdbc.Statement with Oracle9i:

EXPLICIT
IMPLICIT
NEW

The following fields are inherited from oracle.jdbc.driver.OracleStatement with Oracle8i:

auto_rollback
closed
dbstmt
defines
EXPLICIT
IMPLICIT
NEW
wait_option

Methods

addBatch( )

Adds a set of parameters to the batch. Oracle8i only.

clearParameters( )

Only with Oracle8i.

close( )

Only with Oracle8i.

getAnyDataEmbeddedObject(int parameterIndex )

Retrieves data of an embedded object within AnyData into a java.lang.Object object. New with Oracle9i.

getARRAY(int parameterIndex )

Retrieves data into an oracle.sql.ARRAY object.

getAsciiStream(int parameterIndex )

Retrieves data into a java.io.InputStream object.

getBFILE(int parameterIndex )

Retrieves data into an oracle.sql.BFILE object.

getBigDecimal(int parameterIndex )

Retrieves data into java.math.BigDecimal. Oracle8i only.

getBigDecimal(int parameterIndex , int scale )

Retrieves data into java.math.BigDecimal. Oracle8i only.

getBinaryStream(int parameterIndex )

Retrieves data into a java.io.InputStream object.

getBlob(int parameterIndex ...
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