| 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.cloudscape |
This package contains the platform implementation for the
Cloudscape 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 |
|---|---|
SqlBuilder |
Platform.getSqlBuilder()
Returns the sql builder for the this platform.
|
| Modifier and Type | Method and Description |
|---|---|
SqlBuilder |
PlatformImplBase.getSqlBuilder()
Returns the sql builder for the this platform.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
PlatformImplBase.setSqlBuilder(SqlBuilder builder)
Sets the sql builder for this platform.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AxionBuilder
The SQL Builder for the Axion database.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CloudscapeBuilder
The SQL Builder for Cloudscape.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Db2Builder
The SQL Builder for DB2.
|
class |
Db2v8Builder
The SQL Builder for DB2 v8 and above.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DerbyBuilder
The SQL Builder for Derby.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FirebirdBuilder
The SQL Builder for the FireBird database.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GemFireXDBuilder
The SQL Builder for GemFireXD.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HsqlDbBuilder
The SQL Builder for the HsqlDb database.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InterbaseBuilder
The SQL Builder for the Interbase database.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MaxDbBuilder
The SQL Builder for MaxDB.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MckoiBuilder
The SQL Builder for the Mckoi database.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MSSqlBuilder
The SQL Builder for the Microsoft SQL Server.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MySql50Builder
The SQL Builder for MySQL version 5 and above.
|
class |
MySqlBuilder
The SQL Builder for MySQL.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Oracle10Builder
The SQL builder for Oracle 10.
|
class |
Oracle8Builder
The SQL Builder for Oracle.
|
class |
Oracle9Builder
SqlBuilder for Oracle9 platform.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PostgreSqlBuilder
The SQL Builder for PostgresSql.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SapDbBuilder
The SQL Builder for SapDB.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SybaseBuilder
The SQL Builder for Sybase.
|
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.