Package org.jumpmind.db.alter
Class RemoveTableChange
java.lang.Object
org.jumpmind.db.alter.TableChangeImplBase
org.jumpmind.db.alter.RemoveTableChange
- All Implemented Interfaces:
IModelChange,TableChange
Represents the removal of a table from a model.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jumpmind.db.alter.TableChangeImplBase
getChangedTable
-
Constructor Details
-
RemoveTableChange
Creates a new change object.- Parameters:
table- The table
-
-
Method Details
-
apply
Applies this change to the given database.- Specified by:
applyin interfaceIModelChange- Parameters:
database- The databasecaseSensitive- Whether the case of names matters
-