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

public class ColumnRequiredChange extends TableChangeImplBase implements ColumnChange
Represents the change of the required constraint of a column. Since it is a boolean value, this means the required constraint will simply be toggled.
Version:
$Revision: $
  • Constructor Details

    • ColumnRequiredChange

      public ColumnRequiredChange(Table table, Column column)
      Creates a new change object.
      Parameters:
      table - The table of the column
      column - The column
  • Method Details

    • getChangedColumn

      public Column getChangedColumn()
      Returns the column.
      Specified by:
      getChangedColumn in interface ColumnChange
      Returns:
      The column
    • apply

      public void apply(Database database, boolean caseSensitive)
      Applies this change to the given database.
      Specified by:
      apply in interface ModelChange
      Parameters:
      database - The database
      caseSensitive - Whether the case of names matters