public abstract class IndexChangeImplBase extends TableChangeImplBase implements IndexChange
| Constructor and Description |
|---|
IndexChangeImplBase(String tableName,
Index index)
Creates a new change object.
|
| Modifier and Type | Method and Description |
|---|---|
Index |
findChangedIndex(Database model,
boolean caseSensitive)
Finds the index object corresponding to the changed index in the given database model.
|
findChangedTable, getChangedTableclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfindChangedTable, getChangedTableapplypublic Index findChangedIndex(Database model, boolean caseSensitive)
findChangedIndex in interface IndexChangemodel - The database modelcaseSensitive - Whether identifiers are case sensitivenull if it could not be foundCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.