Class RemoveColumnChange

java.lang.Object
org.jumpmind.db.alter.TableChangeImplBase
org.jumpmind.db.alter.RemoveColumnChange
All Implemented Interfaces:
IModelChange, TableChange

public class RemoveColumnChange extends TableChangeImplBase
Represents the removal of a column from a table.
  • Constructor Details

    • RemoveColumnChange

      public RemoveColumnChange(Table table, Column column)
      Creates a new change object.
      Parameters:
      table - The table to remove the column from
      column - The column
  • Method Details

    • getColumn

      public Column getColumn()
      Returns the column.
      Returns:
      The column
    • 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