Uses of Interface
edu.internet2.middleware.grouper.ext.org.apache.ddlutils.alteration.ColumnChange
Packages that use ColumnChange
Package
Description
Contains the algorithm for comparing two database models and determining
what needs to be changed to migrate one to the other.
-
Uses of ColumnChange in edu.internet2.middleware.grouper.ext.org.apache.ddlutils.alteration
Classes in edu.internet2.middleware.grouper.ext.org.apache.ddlutils.alteration that implement ColumnChangeModifier and TypeClassDescriptionclassRepresents the change of the data type of a column.classRepresents the change of the default value of a column.classRepresents the change of the required constraint of a column.classRepresents the change of the size or scale of a column.