Uses of Interface
org.apache.ddlutils.alteration.ColumnChange

Packages that use ColumnChange
org.apache.ddlutils.alteration 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 org.apache.ddlutils.alteration
 

Classes in org.apache.ddlutils.alteration that implement ColumnChange
 class ColumnDataTypeChange
          Represents the change of the data type of a column.
 class ColumnDefaultValueChange
          Represents the change of the default value of a column.
 class ColumnRequiredChange
          Represents the change of the required constraint of a column.
 class ColumnSizeChange
          Represents the change of the size or scale of a column.
 



Copyright © 2005-2010 Apache Software Foundation. All Rights Reserved.