Extension SDK 9.0.5

Uses of Interface
oracle.jdeveloper.cm.ds.db.DDLGenerator

Packages that use DDLGenerator
oracle.jdeveloper.cm.ds.db Contains a metadata API for describing database objects. 
 

Uses of DDLGenerator in oracle.jdeveloper.cm.ds.db
 

Classes in oracle.jdeveloper.cm.ds.db that implement DDLGenerator
 class AbstractDDLGenerator
          All the DDL generators extend this class.
 

Methods in oracle.jdeveloper.cm.ds.db that return DDLGenerator
protected  DDLGenerator AbstractDatabase.getDDLGenerator()
          Retrieves the DDLGenerator used by default.
 

Methods in oracle.jdeveloper.cm.ds.db with parameters of type DDLGenerator
protected  void AbstractDatabase.setDDLGenerator(DDLGenerator gen)
          Sets the DDLGenerator used by default.
 


Extension SDK

 

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