| Package | Description |
|---|---|
| oracle.javatools.db.ddl |
API for generating DDL in the database API.
|
| oracle.javatools.db.property |
Classes for dealing with properties in the database API.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BundleDDLGenerator<T extends DDLType>
TokenDDLGenerator subclass that uses either a set of Properties files or
ResourceBundles with specially formatted keys to automatically register DDL
for generation.
|
class |
TokenDDLGenerator<T extends DDLType>
TokenDDLGenerator is DDLGenerator implementation that takes the registration
of "ddl code tokens" and registers
CreateDDLGenerator,
DropDDLGenerator and AlterDDLGenerator with the superclass
as appropriate. |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractPropertyManager |
AbstractPropertyManager.getDelegate()
Delegate mechanism for subclasses to implement if they wrap another
PropertyManager implementation.
|