| 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.
|
| org.apache.ddlutils.platform.db2 |
This package contains the platform implementation for the
DB2 UDB database.
|
| org.apache.ddlutils.platform.derby |
This package contains the platform implementation for the
Apache Derby database.
|
| org.apache.ddlutils.platform.firebird |
This package contains the platform implementation for the
Firebird database.
|
| org.apache.ddlutils.platform.hsqldb |
This package contains the platform implementation for the
HSQLDB database.
|
| org.apache.ddlutils.platform.interbase |
This package contains the platform implementation for the
Interbase database.
|
| org.apache.ddlutils.platform.mckoi |
This package contains the platform implementation for the
Mckoi database.
|
| org.apache.ddlutils.platform.mssql |
This package contains the platform implementation for the
Sql Server database.
|
| org.apache.ddlutils.platform.mysql |
This package contains the platform implementation for the
MySQL database.
|
| org.apache.ddlutils.platform.oracle |
This package contains the platform implementation for the
Oracle database.
|
| org.apache.ddlutils.platform.postgresql |
This package contains the platform implementation for the
PostgreSQL database.
|
| org.apache.ddlutils.platform.sapdb |
This package contains the platform implementation for the
SAP DB database.
|
| org.apache.ddlutils.platform.sybase |
This package contains the platform implementation for the
Sybase ASE database.
|
| Constructor and Description |
|---|
ModelComparator(PlatformInfo platformInfo,
TableDefinitionChangesPredicate tableDefChangePredicate,
boolean caseSensitive)
Creates a new model comparator object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultTableDefinitionChangesPredicate
This is the default predicate for filtering supported table definition changes
in the
ModelComparator. |
| Modifier and Type | Method and Description |
|---|---|
protected TableDefinitionChangesPredicate |
PlatformImplBase.getTableDefinitionChangesPredicate()
Returns the predicate that defines which changes are supported by the platform.
|
| Modifier and Type | Method and Description |
|---|---|
protected TableDefinitionChangesPredicate |
Db2Platform.getTableDefinitionChangesPredicate()
Returns the predicate that defines which changes are supported by the platform.
|
| Modifier and Type | Method and Description |
|---|---|
protected TableDefinitionChangesPredicate |
DerbyPlatform.getTableDefinitionChangesPredicate()
Returns the predicate that defines which changes are supported by the platform.
|
| Modifier and Type | Method and Description |
|---|---|
protected TableDefinitionChangesPredicate |
FirebirdPlatform.getTableDefinitionChangesPredicate()
Returns the predicate that defines which changes are supported by the platform.
|
| Modifier and Type | Method and Description |
|---|---|
protected TableDefinitionChangesPredicate |
HsqlDbPlatform.getTableDefinitionChangesPredicate()
Returns the predicate that defines which changes are supported by the platform.
|
| Modifier and Type | Method and Description |
|---|---|
protected TableDefinitionChangesPredicate |
InterbasePlatform.getTableDefinitionChangesPredicate()
Returns the predicate that defines which changes are supported by the platform.
|
| Modifier and Type | Method and Description |
|---|---|
protected TableDefinitionChangesPredicate |
MckoiPlatform.getTableDefinitionChangesPredicate()
Returns the predicate that defines which changes are supported by the platform.
|
| Modifier and Type | Method and Description |
|---|---|
protected TableDefinitionChangesPredicate |
MSSqlPlatform.getTableDefinitionChangesPredicate()
Returns the predicate that defines which changes are supported by the platform.
|
| Constructor and Description |
|---|
MSSqlModelComparator(PlatformInfo platformInfo,
TableDefinitionChangesPredicate tableDefChangePredicate,
boolean caseSensitive)
Creates a new Sql Server model comparator object.
|
| Modifier and Type | Method and Description |
|---|---|
protected TableDefinitionChangesPredicate |
MySqlPlatform.getTableDefinitionChangesPredicate()
Returns the predicate that defines which changes are supported by the platform.
|
| Constructor and Description |
|---|
MySqlModelComparator(PlatformInfo platformInfo,
TableDefinitionChangesPredicate tableDefChangePredicate,
boolean caseSensitive)
Creates a new MySql model comparator object.
|
| Modifier and Type | Method and Description |
|---|---|
protected TableDefinitionChangesPredicate |
Oracle8Platform.getTableDefinitionChangesPredicate()
Returns the predicate that defines which changes are supported by the platform.
|
| Modifier and Type | Method and Description |
|---|---|
protected TableDefinitionChangesPredicate |
PostgreSqlPlatform.getTableDefinitionChangesPredicate()
Returns the predicate that defines which changes are supported by the platform.
|
| Modifier and Type | Method and Description |
|---|---|
protected TableDefinitionChangesPredicate |
SapDbPlatform.getTableDefinitionChangesPredicate()
Returns the predicate that defines which changes are supported by the platform.
|
| Modifier and Type | Method and Description |
|---|---|
protected TableDefinitionChangesPredicate |
SybasePlatform.getTableDefinitionChangesPredicate()
Returns the predicate that defines which changes are supported by the platform.
|
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.