| Package | Description |
|---|---|
| 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.
|
| Constructor and Description |
|---|
ModelBasedResultSetIterator(PlatformImplBase platform,
Database model,
ResultSet resultSet,
Table[] queryHints,
boolean cleanUpAfterFinish)
Creates a new iterator.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AxionPlatform
The platform for the Axion database.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CloudscapePlatform
The Cloudscape platform implementation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Db2Platform
The DB2 platform implementation.
|
class |
Db2v8Platform
The DB2 platform implementation for DB2 v8 and above.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DerbyPlatform
The platform implementation for Derby.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FirebirdPlatform
The platform implementation for the Firebird database.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GemFireXDPeerPlatform
Any extensions required for the embedded driver that creates a GemFireXD peer.
|
class |
GemFireXDPlatform
The platform implementation for GemFireXD.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HsqlDbPlatform
The platform implementation for the HsqlDb database.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InterbasePlatform
The platform implementation for the Interbase database.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MaxDbPlatform
The platform implementation for MaxDB.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MckoiPlatform
The Mckoi database platform implementation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MSSqlPlatform
The platform implementation for the Microsoft SQL Server database.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MySql50Platform
The platform implementation for MySQL 5 and above.
|
class |
MySqlPlatform
The platform implementation for MySQL.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Oracle10Platform
The platform for Oracle 10.
|
class |
Oracle11Platform
The platform for Oracle 11.
|
class |
Oracle8Platform
The platform for Oracle 8.
|
class |
Oracle9Platform
The platform for Oracle 9.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PostgreSqlPlatform
The platform implementation for PostgresSql.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SapDbPlatform
The SapDB platform implementation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SybaseASE15Platform
The platform implementation for Sybase ASE 15 and above.
|
class |
SybasePlatform
The platform implementation for Sybase.
|
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.