Class ColumnAutoIncrementChange
java.lang.Object
edu.internet2.middleware.grouper.ext.org.apache.ddlutils.alteration.TableChangeImplBase
edu.internet2.middleware.grouper.ext.org.apache.ddlutils.alteration.ColumnAutoIncrementChange
- All Implemented Interfaces:
ModelChange
,TableChange
Represents the change of the auto-increment constraint of a column. Since it is a boolean value,
this means the required constraint will simply be toggled.
- Version:
- $Revision: $
-
Constructor Summary
ConstructorDescriptionColumnAutoIncrementChange
(Table table, Column column) Creates a new change object. -
Method Summary
Methods inherited from class edu.internet2.middleware.grouper.ext.org.apache.ddlutils.alteration.TableChangeImplBase
getChangedTable
-
Constructor Details
-
ColumnAutoIncrementChange
Creates a new change object.- Parameters:
table
- The table of the columncolumn
- 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
-