public interface AlterDDLGenerator
| Modifier and Type | Method and Description | 
|---|---|
java.util.Collection<PropertyAction.ChildAction> | 
canAlter(java.lang.String property)
Tests whether this update DDL generator can include ALTER 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. 
 | 
DDL getAlterDDL(DDLOptions options, Difference diff)
java.util.Collection<PropertyAction.ChildAction> canAlter(java.lang.String property)