org.apache.ddlutils.alteration
Class RemoveIndexChange
java.lang.Object
org.apache.ddlutils.alteration.TableChangeImplBase
org.apache.ddlutils.alteration.RemoveIndexChange
- All Implemented Interfaces:
- ModelChange, TableChange
- public class RemoveIndexChange
- extends TableChangeImplBase
Represents the removal of an index from a table.
- Version:
- $Revision: $
Method Summary |
void |
apply(Database database,
boolean caseSensitive)
Applies this change to the given database. |
Index |
getIndex()
Returns the index. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoveIndexChange
public RemoveIndexChange(Table table,
Index index)
- Creates a new change object.
- Parameters:
table
- The table to remove the index fromindex
- The index
getIndex
public Index getIndex()
- Returns the index.
- Returns:
- The index
apply
public void apply(Database database,
boolean caseSensitive)
- Applies this change to the given database.
- Parameters:
database
- The databasecaseSensitive
- Whether the case of names matters
Copyright © 2005-2006 Apache Software Foundation. All Rights Reserved.