java.lang.Object
edu.internet2.middleware.grouper.ext.org.apache.ddlutils.alteration.TableChangeImplBase
edu.internet2.middleware.grouper.ext.org.apache.ddlutils.alteration.AddPrimaryKeyChange
All Implemented Interfaces:
ModelChange, TableChange

public class AddPrimaryKeyChange extends TableChangeImplBase
Represents the addition of a primary key to a table which does not have one.
Version:
$Revision: $
  • Constructor Details

    • AddPrimaryKeyChange

      public AddPrimaryKeyChange(Table table, Column[] primaryKeyColumns)
      Creates a new change object.
      Parameters:
      table - The table to add the primary key to
      primaryKeyColumns - The columns making up the primary key
  • Method Details

    • getPrimaryKeyColumns

      public Column[] getPrimaryKeyColumns()
      Returns the primary key columns making up the new primary key.
      Returns:
      The primary key columns
    • 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