| Package | Description |
|---|---|
| org.apache.ddlutils |
This package mainly contains the database platform abstraction,
Platform
and the factory to create instances for individual platforms,
PlatformFactory. |
| 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 | Method and Description |
|---|---|
PlatformInfo |
Platform.getPlatformInfo()
Returns the info object for this platform.
|
| Constructor and Description |
|---|
ModelComparator(PlatformInfo platformInfo,
boolean caseSensitive)
Creates a new model comparator object.
|
| Modifier and Type | Method and Description |
|---|---|
PlatformInfo |
SqlBuilder.getPlatformInfo()
Returns the platform info object.
|
PlatformInfo |
JdbcModelReader.getPlatformInfo()
Returns the platform specific settings.
|
PlatformInfo |
PlatformImplBase.getPlatformInfo()
Returns the info object for this platform.
|
Copyright © 2005-2013 Apache Software Foundation. All Rights Reserved.