public interface ColumnChange extends TableChange
| Modifier and Type | Method and Description |
|---|---|
Column |
findChangedColumn(Database model,
boolean caseSensitive)
Finds the column object corresponding to the changed column in the given database model.
|
String |
getChangedColumn()
Returns the name of the affected column from the original model.
|
findChangedTable, getChangedTableapplyString getChangedColumn()
Column findChangedColumn(Database model, boolean caseSensitive)
model - The database modelcaseSensitive - Whether identifiers are case sensitivenull if it could not be foundCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.