| Package | Description |
|---|---|
| oracle.ide.db.panels |
Reusable UI panels for listing, creating or editing database objects in dialogs
in the IDE.
|
| oracle.javatools.db |
Contains a metadata API for describing database objects, and retrieving them
from a provider of database objects - for example a database.
|
| 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). |
| oracle.javatools.db.extension |
Contains classes for extending the object support that comes as standard in
the database api (e.g.
|
| Class and Description |
|---|
| DDLGenerator
A DDLGenerator takes a set of objects, or differences between objects, and
returns CREATE, DROP or ALTER statements that can be run against the database
to perform operations on the underlying definitions.
|
| UnsupportedDDLException
This exception is thrown by DDLGenerator implementations when requests are
made to generate DDL for objects and/or properties that are not supported
by the particular generator.
|
| Class and Description |
|---|
| DDL
Class that repsents single, or multiple, statements of DDL to be executed
against a database connection.
|
| DDLGenerator
A DDLGenerator takes a set of objects, or differences between objects, and
returns CREATE, DROP or ALTER statements that can be run against the database
to perform operations on the underlying definitions.
|
| Class and Description |
|---|
| DDL
Class that repsents single, or multiple, statements of DDL to be executed
against a database connection.
|
| DDLGenerator
A DDLGenerator takes a set of objects, or differences between objects, and
returns CREATE, DROP or ALTER statements that can be run against the database
to perform operations on the underlying definitions.
|
| DDLOptions
The options to customise the generation of DDL when using a DDLGenerator.
|
| DDLType
This class must be extended for each DDLGenerator implementation that
corresponds to a database type.
|
| TokenContext
A TokenContext is the state object for a TokenProcessor.
|
| TokenDDLGenerator
TokenDDLGenerator is DDLGenerator implementation that takes the registration
of "ddl code tokens" and registers
CreateDDLGenerator,
DropDDLGenerator and AlterDDLGenerator with the superclass
as appropriate. |
| TokenGenerator |
| Class and Description |
|---|
| DDLDatabase
Database implementation that uses a DDLGenerator to create, update and delete
objects.
|
| Class and Description |
|---|
| DDL
Class that repsents single, or multiple, statements of DDL to be executed
against a database connection.
|
| DDLGenerator
A DDLGenerator takes a set of objects, or differences between objects, and
returns CREATE, DROP or ALTER statements that can be run against the database
to perform operations on the underlying definitions.
|
| DDLOptions
The options to customise the generation of DDL when using a DDLGenerator.
|