java.lang.Object
edu.internet2.middleware.grouper.ext.org.apache.ddlutils.alteration.TableChangeImplBase
edu.internet2.middleware.grouper.ext.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: $
  • Constructor Details

    • RemoveIndexChange

      public RemoveIndexChange(Table table, Index index)
      Creates a new change object.
      Parameters:
      table - The table to remove the index from
      index - The index
  • Method Details

    • 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 database
      caseSensitive - Whether the case of names matters