Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.1.0)

E17493-02

Uses of Package
oracle.javatools.db.ddl

Packages that use oracle.javatools.db.ddl
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   
 

Classes in oracle.javatools.db.ddl used by oracle.ide.db.panels
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.
 

Classes in oracle.javatools.db.ddl used by oracle.javatools.db
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.
 

Classes in oracle.javatools.db.ddl used by oracle.javatools.db.ddl
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
           
 

Classes in oracle.javatools.db.ddl used by oracle.javatools.db.dictionary
DDLDatabase
          Database implementation that uses a DDLGenerator to create, update and delete objects.
 

Classes in oracle.javatools.db.ddl used by oracle.javatools.db.extension
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.
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.1.0)

E17493-02

Copyright © 1997, 2011, Oracle. All rights reserved.