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

E13403-03

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.


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

E13403-03

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