| 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 |
IndexChangeImplBase
The base class for changes affecting indexes.
|
class |
RemoveIndexChange
Represents the removal of an index from a table.
|
| Modifier and Type | Method and Description |
|---|---|
protected Index |
PlatformImplBase.findChangedIndex(Database currentModel,
IndexChange change)
Finds the index changed by the change object in the given model.
|
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.