| 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.
|
| org.apache.ddlutils.platform |
This package contains the platform implementations for the individual databases.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ForeignKeyChangeImplBase
The base class for changes affecting foreign keys.
|
class |
RemoveForeignKeyChange
Represents the removal of a foreign key from a table.
|
| Modifier and Type | Method and Description |
|---|---|
protected ForeignKey |
PlatformImplBase.findChangedForeignKey(Database currentModel,
ForeignKeyChange change)
Finds the foreign key changed by the change object in the given model.
|
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.