public class RemoveIndexChange extends IndexChangeImplBase
| Constructor and Description |
|---|
RemoveIndexChange(String tableName,
Index index)
Creates a new change object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Database model,
boolean caseSensitive)
Applies this change to the given database.
|
findChangedIndexfindChangedTable, getChangedTableclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfindChangedTable, getChangedTablepublic void apply(Database model, boolean caseSensitive)
model - The databasecaseSensitive - Whether the case of names mattersCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.