| Package | Description | 
|---|---|
| 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected QueryWrapper[] | 
DictionaryDatabase.getListQueries(DBObjectCriteria<? extends SystemObject> criteria)
Retruns a number of query wrapper objects that will list the given object
 types in the given schema. 
 | 
protected QueryWrapper | 
DictionaryDatabase.newQueryWrapper(SystemObject obj,
               java.lang.String query,
               java.util.List params)  | 
protected QueryWrapper | 
DictionaryDatabase.newQueryWrapper(SystemObject obj,
               java.lang.String query,
               java.lang.Object... params)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
PlSqlWrapper
Wrapper for executing a stored procedure against the database using a
 CallableStatement. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static QueryWrapper | 
QueryWrapper.union(QueryWrapper... wrappers)
Unions together the queries in the given wrapper and bundles up all the
 parameters (if any) to be used with the various queries. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static QueryWrapper | 
QueryWrapper.union(QueryWrapper... wrappers)
Unions together the queries in the given wrapper and bundles up all the
 parameters (if any) to be used with the various queries. 
 |