Package org.jumpmind.db.alter
Class RemoveIndexChange
java.lang.Object
org.jumpmind.db.alter.TableChangeImplBase
org.jumpmind.db.alter.RemoveIndexChange
- All Implemented Interfaces:
IModelChange,TableChange
Represents the removal of an index from a table.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jumpmind.db.alter.TableChangeImplBase
getChangedTable
-
Constructor Details
-
RemoveIndexChange
Creates a new change object.- Parameters:
table- The table to remove the index fromindex- The index
-
-
Method Details
-
getIndex
Returns the index.- Returns:
- The index
-
apply
Applies this change to the given database.- Parameters:
database- The databasecaseSensitive- Whether the case of names matters
-