Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


Uses of Class
oracle.javatools.db.Ddl

Packages that use Ddl
oracle.javatools.db Contains a metadata API for describing database objects, and retrieving them from a provider of database objects - for example a database. 

 

Uses of Ddl in oracle.javatools.db

 

Methods in oracle.javatools.db that return Ddl
 Ddl Ddl.append(Ddl appendThis)
          appends one set of DDL to another
 Ddl DDLGenerator.getCreateDDL(Schema schema)
          Deprecated. Retrieves the DDL for creating a new Schema
 Ddl DDLGenerator.getCreateDDL(SchemaObject[] object, boolean replace, boolean cascade)
          Deprecated. Retrieves the DDL for creating the specified objects.
 Ddl DDLGenerator.getCreateDDL(SchemaObject object, boolean replace, boolean cascade)
          Deprecated. Retrieves the DDL for creating the specified object.
 Ddl DDLGenerator.getDeleteDDL(Schema schema, boolean cascade)
          Deprecated.  
 Ddl DDLGenerator.getDeleteDDL(SchemaObject[] object, boolean cascade)
          Deprecated. Retrieves the DDL for deleting an array of objects.
 Ddl DDLGenerator.getDeleteDDL(SchemaObject object, boolean cascade)
          Deprecated. Retrieves the DDL for deleting an object.
 Ddl[] DDLGenerator.getUpdateDDL(ResultSet resultSet, boolean replace, boolean cascade)
          Deprecated. Retrieves the DDL for updating the definition of an object.
 Ddl[] DDLGenerator.getUpdateDDL(SchemaObject[] oldObjects, SchemaObject[] newObjects)
          Deprecated. Retrieves DDL to update an array of SchemaObject objects.
 Ddl[] DDLGenerator.getUpdateDDL(SchemaObject oldObject, SchemaObject newObject)
          Deprecated. Retrieves the DDL for updating the definition of an object.
 Ddl Ddl.stripPrompts()
          strip out any prompt statements

 

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

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


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