public abstract class TableChangeImplBase extends Object implements TableChange
| Constructor and Description |
|---|
TableChangeImplBase(String tableName)
Creates a new change object.
|
| 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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapplypublic TableChangeImplBase(String tableName)
tableName - The table's namepublic String getChangedTable()
getChangedTable in interface TableChangepublic Table findChangedTable(Database model, boolean caseSensitive)
findChangedTable in interface TableChangemodel - The database modelcaseSensitive - Whether identifiers are case sensitivenull if it could not be foundCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.