| 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.property | 
 Classes for dealing with properties in the database API. 
 | 
| oracle.javatools.db.sql | 
 Contains an API for declaratively parsing SQL queries (SELECT statements). 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DictionaryDBObjectBuilder<T extends AbstractBuildableObject>
Extension of AbstractDBObjectBuilder that includes some database specific support such as connections and query wrappers. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DerivedPropertyBuilder<T extends AbstractBuildableObject>
Abstract implementation of DBObjectBuilder specifically for the building of derived properties. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractSQLQueryBuilder
Abstract implementation of SQLQuery that performs functions generic to any builder. 
 |