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

E13403-04

Uses of Interface
oracle.javatools.db.execute.QueryWrapper.QueryRunnable

Packages that use QueryWrapper.QueryRunnable
oracle.javatools.db.execute Utility classes for executing statements, queries and pl/sql against a database. 
 

Uses of QueryWrapper.QueryRunnable in oracle.javatools.db.execute
 

Classes in oracle.javatools.db.execute that implement QueryWrapper.QueryRunnable
static class PlSqlWrapper.PlSqlRunnable
          Runnable passed to the PlSqlWrapper to process the ResultSet and/or CallableStatement during execution.
 

Methods in oracle.javatools.db.execute with parameters of type QueryWrapper.QueryRunnable
 void QueryWrapper.executeQuery(int fetchSize, QueryWrapper.QueryRunnable run)
          Execute the query against the builder's connection using the appropriate parameter substitutions.
 void QueryWrapper.executeQuery(QueryWrapper.QueryRunnable run)
          Execute the query against the builder's connection using the appropriate parameter substitutions.
 


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

E13403-04

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