| 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 |
ColumnChangeImplBase
Base class for changes to columns.
|
class |
ColumnDefinitionChange
Represents the change of one or more aspects of the definition of a column, such as
data type or size, whether it is required or not, etc.
|
class |
RemoveColumnChange
Represents the removal of a column from a table.
|
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.