Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

Package oracle.javatools.db.execute

Utility classes for executing statements, queries and pl/sql against a database.

See:
          Description

Interface Summary
QueryWrapper.QueryRunnable A QueryRunnable implementation is passed to the QueryWrapper on execute of the query to process the resulting ResultSet.
StatementWrapper.Listener Listner interface to be implemented by anything interested in knowing when the API is talking to a database.
 

Class Summary
ConnectionWrapper Class to wrap a process that uses a Database connection and can execute that process while recovering from a closed connection (by reconnecting).
PlSqlWrapper Wrapper for executing a stored procedure against the database using a CallableStatement.
PlSqlWrapper.PlSqlRunnable Runnable passed to the PlSqlWrapper to process the ResultSet and/or CallableStatement during execution.
QueryWrapper Execution wrapper for querying the database and processing ResultSets (rather than just executing statements).
StatementWrapper Wrapper for executing statements against a database.
StatementWrapper.ExecutionProxy Allows a proxy to be registered against all queries to wrap the execution of any sql against the database.
 

Package oracle.javatools.db.execute Description

Utility classes for executing statements, queries and pl/sql against a database. The classes provide tracing and logging facilities as well as enforcing good practices in database statement execution.


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

Copyright © 1997, 2013, Oracle. All rights reserved.