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

E13403-02

oracle.javatools.db.ddl
Interface AlterDDLGenerator


public interface AlterDDLGenerator

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

Since:
11

Method Summary
 boolean canAlter(java.lang.String property)
          Returns true if this update DDL generator can include an update syntax for the given property.
 DDL getAlterDDL(DDLOptions opions, ResultSet rs)
          Returns the DDL to apply an update (ALTER) statement which will effect the changes in the given ResultSet.
 

Method Detail

getAlterDDL

DDL getAlterDDL(DDLOptions opions,
                ResultSet rs)
Returns the DDL to apply an update (ALTER) statement which will effect the changes in the given ResultSet. The ResultSet should contain and a() and b() object that show the differences to apply to the database.


canAlter

boolean canAlter(java.lang.String property)
Returns true if this update DDL generator can include an update syntax for the given property.


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

E13403-02

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