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 ...

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.