| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.6.0) E13403-07  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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.
| 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 options,
            Difference diff)
Returns the DDL to apply an update (ALTER) statement which will effect the changes in the given Difference.  | 
| Method Detail | 
|---|
DDL getAlterDDL(DDLOptions options,
                Difference diff)
boolean canAlter(java.lang.String property)
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.6.0) E13403-07  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||