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