| 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.platform |
This package contains the platform implementations for the individual databases.
|
| org.apache.ddlutils.platform.axion |
This package contains the platform implementation for the Axion database.
|
| 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.gemfirexd |
This package contains the platform implementation for the
GemFire GemFireXD 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.maxdb |
This package contains the platform implementation for the
MaxDB 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.
|
| Modifier and Type | Method and Description |
|---|---|
JdbcModelReader |
Platform.getModelReader()
Returns the model reader (which reads a database model from a live database) for this platform.
|
| Modifier and Type | Method and Description |
|---|---|
JdbcModelReader |
PlatformImplBase.getModelReader()
Returns the model reader (which reads a database model from a live database) for this platform.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
PlatformImplBase.setModelReader(JdbcModelReader modelReader)
Sets the model reader for this platform.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AxionModelReader
Reads a database model from an Axion database.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Db2ModelReader
Reads a database model from a Db2 UDB database.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DerbyModelReader
Reads a database model from a Derby database.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FirebirdModelReader
The Jdbc Model Reader for Firebird.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GemFireXDModelReader
Reads a database model from a GemFireXD database.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HsqlDbModelReader
Reads a database model from a HsqlDb database.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InterbaseModelReader
The Jdbc Model Reader for Interbase.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MaxDbModelReader
Reads a database model from a MaxDb database.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MckoiModelReader
Reads a database model from a Mckoi database.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MSSqlModelReader
Reads a database model from a Microsoft Sql Server database.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MySql50ModelReader
Reads a database model from a MySql 5 database.
|
class |
MySqlModelReader
Reads a database model from a MySql database.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Oracle10ModelReader
Reads a database model from an Oracle 10 database.
|
class |
Oracle8ModelReader
Reads a database model from an Oracle 8 database.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PostgreSqlModelReader
Reads a database model from a PostgreSql database.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SapDbModelReader
Reads a database model from a SapDb database.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SybaseModelReader
Reads a database model from a Sybase database.
|
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.