| Package | Description |
|---|---|
| oracle.javatools.db.ddl |
API for generating DDL in the database API.
|
| oracle.javatools.db.dictionary |
Contains a
Database implementation (DictionaryDatabase) that
retrieves information for retrieving object information using dictionary
queries (instead of the JDBC metadata). |
| Modifier and Type | Class and Description |
|---|---|
class |
DDLDatabase
Database implementation that uses a DDLGenerator to create, update and delete
objects.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DictionaryDatabase
Database implementation that uses a DictionaryQueries object to provide the
queries on the database's dictionary.
|