Extension SDK 9.0.5

Uses of Class
oracle.jdeveloper.cm.ds.db.Ddl

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

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

Methods in oracle.jdeveloper.cm.ds.db that return Ddl
 Ddl Ddl.append(Ddl appendThis)
          appends one set of DDL to another
 Ddl DDLGenerator.getCreateDDL(SchemaObject object, boolean replace)
          Retrieves the DDL for creating the specified object.
 Ddl DDLGenerator.getCreateDDL(SchemaObject object)
          Retrieves the DDL for creating the specified object.
 Ddl[] DDLGenerator.getUpdateDDL(SchemaObject oldObject, SchemaObject newObject)
          Retrieves the DDL for updating the definition of an object.
 Ddl[] DDLGenerator.getDeleteDDL(SchemaObject object, boolean cascade)
          Retrieves the DDL for deleting an object.
 

Methods in oracle.jdeveloper.cm.ds.db with parameters of type Ddl
 Ddl Ddl.append(Ddl appendThis)
          appends one set of DDL to another
 


Extension SDK

 

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