Class RemoveColumnChange
java.lang.Object
edu.internet2.middleware.grouper.ext.org.apache.ddlutils.alteration.TableChangeImplBase
edu.internet2.middleware.grouper.ext.org.apache.ddlutils.alteration.RemoveColumnChange
- All Implemented Interfaces:
ModelChange
,TableChange
Represents the removal of a column from a table.
- Version:
- $Revision: $
-
Constructor Summary
-
Method Summary
Methods inherited from class edu.internet2.middleware.grouper.ext.org.apache.ddlutils.alteration.TableChangeImplBase
getChangedTable
-
Constructor Details
-
RemoveColumnChange
Creates a new change object.- Parameters:
table
- The table to remove the column fromcolumn
- The column
-
-
Method Details
-
getColumn
Returns the column.- Returns:
- The column
-
apply
Applies this change to the given database.- Parameters:
database
- The databasecaseSensitive
- Whether the case of names matters
-