Class RemoveTableChange

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

public class RemoveTableChange extends TableChangeImplBase implements IModelChange
Represents the removal of a table from a model.
  • Constructor Details

    • RemoveTableChange

      public RemoveTableChange(Table table)
      Creates a new change object.
      Parameters:
      table - The table
  • Method Details

    • apply

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