| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Class and Description |
|---|---|
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-2013 Apache Software Foundation. All Rights Reserved.