Skip navigation links

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

E13403-06


Uses of Package
oracle.javatools.db.execute

Packages that use oracle.javatools.db.execute
oracle.javatools.db.dictionary Contains a Database implementation (DictionaryDatabase) that retrieves information for retrieving object information using dictionary queries (instead of the JDBC metadata). 
oracle.javatools.db.execute Utility classes for executing statements, queries and pl/sql against a database. 

 

Classes in oracle.javatools.db.execute used by oracle.javatools.db.dictionary
QueryWrapper
          Execution wrapper for querying the database and processing ResultSets (rather than just executing statements).

 

Classes in oracle.javatools.db.execute used by oracle.javatools.db.execute
ConnectionWrapper.SQLCallable
          Callable class that can throw a SQLException from its call method.
ConnectionWrapper.SQLRunnable
          Runnable class that can throw a SQLException from its run method.
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).
QueryWrapper.QueryRunnable
          A QueryRunnable implementation is passed to the QueryWrapper on execute of the query to process the resulting ResultSet.
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.
StatementWrapper.ExecutionRunnable
          Runnable implementation that wraps the execution of a statement or query.
StatementWrapper.Listener
          Listner interface to be implemented by anything interested in knowing when the API is talking to a database.

 


Skip navigation links

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

E13403-06


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