Skip navigation links

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

E17493-04


oracle.javatools.db.ddl
Interface DropDDLGenerator


public interface DropDDLGenerator

Implementations of DropDDLGenerator are registered with a DDLGeneratorImpl, and each one will be responsible for generating DROP DDL syntax for a given object type.

Since:
11

Method Summary
 DDL getDropDDL(DDLOptions options, DBObject obj)
          Gets the DDL to DROP the given object from the database.

 

Method Detail

getDropDDL

DDL getDropDDL(DDLOptions options,
               DBObject obj)
Gets the DDL to DROP the given object from the database.

Skip navigation links

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

E17493-04


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