Uses of Class
org.apache.ddlutils.util.JdbcSupport

Packages that use JdbcSupport
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.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. 
 

Uses of JdbcSupport in org.apache.ddlutils.platform
 

Subclasses of JdbcSupport in org.apache.ddlutils.platform
 class PlatformImplBase
          Base class for platform implementations.
 

Uses of JdbcSupport in org.apache.ddlutils.platform.axion
 

Subclasses of JdbcSupport in org.apache.ddlutils.platform.axion
 class AxionPlatform
          The platform for the Axion database.
 

Uses of JdbcSupport in org.apache.ddlutils.platform.cloudscape
 

Subclasses of JdbcSupport in org.apache.ddlutils.platform.cloudscape
 class CloudscapePlatform
          The Cloudscape platform implementation.
 

Uses of JdbcSupport in org.apache.ddlutils.platform.db2
 

Subclasses of JdbcSupport in org.apache.ddlutils.platform.db2
 class Db2Platform
          The DB2 platform implementation.
 class Db2v8Platform
          The DB2 platform implementation for DB2 v8 and above.
 

Uses of JdbcSupport in org.apache.ddlutils.platform.derby
 

Subclasses of JdbcSupport in org.apache.ddlutils.platform.derby
 class DerbyPlatform
          The platform implementation for Derby.
 

Uses of JdbcSupport in org.apache.ddlutils.platform.firebird
 

Subclasses of JdbcSupport in org.apache.ddlutils.platform.firebird
 class FirebirdPlatform
          The platform implementation for the Firebird database.
 

Uses of JdbcSupport in org.apache.ddlutils.platform.hsqldb
 

Subclasses of JdbcSupport in org.apache.ddlutils.platform.hsqldb
 class HsqlDbPlatform
          The platform implementation for the HsqlDb database.
 

Uses of JdbcSupport in org.apache.ddlutils.platform.interbase
 

Subclasses of JdbcSupport in org.apache.ddlutils.platform.interbase
 class InterbasePlatform
          The platform implementation for the Interbase database.
 

Uses of JdbcSupport in org.apache.ddlutils.platform.maxdb
 

Subclasses of JdbcSupport in org.apache.ddlutils.platform.maxdb
 class MaxDbPlatform
          The platform implementation for MaxDB.
 

Uses of JdbcSupport in org.apache.ddlutils.platform.mckoi
 

Subclasses of JdbcSupport in org.apache.ddlutils.platform.mckoi
 class MckoiPlatform
          The Mckoi database platform implementation.
 

Uses of JdbcSupport in org.apache.ddlutils.platform.mssql
 

Subclasses of JdbcSupport in org.apache.ddlutils.platform.mssql
 class MSSqlPlatform
          The platform implementation for the Microsoft SQL Server database.
 

Uses of JdbcSupport in org.apache.ddlutils.platform.mysql
 

Subclasses of JdbcSupport in org.apache.ddlutils.platform.mysql
 class MySql50Platform
          The platform implementation for MySQL 5 and above.
 class MySqlPlatform
          The platform implementation for MySQL.
 

Uses of JdbcSupport in org.apache.ddlutils.platform.oracle
 

Subclasses of JdbcSupport in org.apache.ddlutils.platform.oracle
 class Oracle10Platform
          The platform for Oracle 10.
 class Oracle8Platform
          The platform for Oracle 8.
 class Oracle9Platform
          The platform for Oracle 9.
 

Uses of JdbcSupport in org.apache.ddlutils.platform.postgresql
 

Subclasses of JdbcSupport in org.apache.ddlutils.platform.postgresql
 class PostgreSqlPlatform
          The platform implementation for PostgresSql.
 

Uses of JdbcSupport in org.apache.ddlutils.platform.sapdb
 

Subclasses of JdbcSupport in org.apache.ddlutils.platform.sapdb
 class SapDbPlatform
          The SapDB platform implementation.
 

Uses of JdbcSupport in org.apache.ddlutils.platform.sybase
 

Subclasses of JdbcSupport in org.apache.ddlutils.platform.sybase
 class SybaseASE15Platform
          The platform implementation for Sybase ASE 15 and above.
 class SybasePlatform
          The platform implementation for Sybase.
 



Copyright © 2005-2009 Apache Software Foundation. All Rights Reserved.