| Package | Description |
|---|---|
| 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.firebird |
This package contains the platform implementation for the
Firebird database.
|
| org.apache.ddlutils.platform.interbase |
This package contains the platform implementation for the
Interbase 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.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.
|
| Modifier and Type | Method and Description |
|---|---|
protected ModelComparator |
PlatformImplBase.getModelComparator()
Returns the model comparator to be used for this platform.
|
| Modifier and Type | Method and Description |
|---|---|
protected ModelComparator |
Db2Platform.getModelComparator()
Returns the model comparator to be used for this platform.
|
| Modifier and Type | Method and Description |
|---|---|
protected ModelComparator |
FirebirdPlatform.getModelComparator()
Returns the model comparator to be used for this platform.
|
| Modifier and Type | Method and Description |
|---|---|
protected ModelComparator |
InterbasePlatform.getModelComparator()
Returns the model comparator to be used for this platform.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MSSqlModelComparator
A model comparator customized for Sql Server.
|
| Modifier and Type | Method and Description |
|---|---|
protected ModelComparator |
MSSqlPlatform.getModelComparator()
Returns the model comparator to be used for this platform.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MySqlModelComparator
A model comparator customized for MySql.
|
| Modifier and Type | Method and Description |
|---|---|
protected ModelComparator |
MySqlPlatform.getModelComparator()
Returns the model comparator to be used for this platform.
|
| Modifier and Type | Method and Description |
|---|---|
protected ModelComparator |
PostgreSqlPlatform.getModelComparator()
Returns the model comparator to be used for this platform.
|
| Modifier and Type | Method and Description |
|---|---|
protected ModelComparator |
SapDbPlatform.getModelComparator()
Returns the model comparator for this platform.
|
| Modifier and Type | Method and Description |
|---|---|
protected ModelComparator |
SybasePlatform.getModelComparator()
Returns the model comparator to be used for this platform.
|
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.