public interface TableChange extends ModelChange
| Modifier and Type | Method and Description |
|---|---|
Table |
findChangedTable(Database model,
boolean caseSensitive)
Finds the table object corresponding to the changed table in the given database model.
|
String |
getChangedTable()
Returns the name of the affected table from the original model.
|
applyString getChangedTable()
Table findChangedTable(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.