Uses of Package
org.apache.ddlutils.platform

Packages that use org.apache.ddlutils.platform
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.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. 
org.apache.ddlutils.task The org.apache.ddlutils.task package contains the Ant tasks provided by DdlUtils. 
 

Classes in org.apache.ddlutils.platform used by org.apache.ddlutils
CreationParameters
          Contains parameters used in the table creation.
JdbcModelReader
          An utility class to create a Database model from a live database.
SqlBuilder
          This class is a collection of Strategy methods for creating the DDL required to create and drop databases and tables.
 

Classes in org.apache.ddlutils.platform used by org.apache.ddlutils.platform
CreationParameters
          Contains parameters used in the table creation.
DatabaseMetaDataWrapper
          Wrapper class for database meta data that stores additional info.
DefaultValueHelper
          Helper class for dealing with default values, e.g.
JdbcModelReader
          An utility class to create a Database model from a live database.
ModelBasedResultSetIterator
          This is an iterator that is specifically targeted at traversing result sets.
PlatformImplBase
          Base class for platform implementations.
SqlBuilder
          This class is a collection of Strategy methods for creating the DDL required to create and drop databases and tables.
 

Classes in org.apache.ddlutils.platform used by org.apache.ddlutils.platform.axion
DatabaseMetaDataWrapper
          Wrapper class for database meta data that stores additional info.
JdbcModelReader
          An utility class to create a Database model from a live database.
PlatformImplBase
          Base class for platform implementations.
SqlBuilder
          This class is a collection of Strategy methods for creating the DDL required to create and drop databases and tables.
 

Classes in org.apache.ddlutils.platform used by org.apache.ddlutils.platform.cloudscape
PlatformImplBase
          Base class for platform implementations.
SqlBuilder
          This class is a collection of Strategy methods for creating the DDL required to create and drop databases and tables.
 

Classes in org.apache.ddlutils.platform used by org.apache.ddlutils.platform.db2
DatabaseMetaDataWrapper
          Wrapper class for database meta data that stores additional info.
JdbcModelReader
          An utility class to create a Database model from a live database.
PlatformImplBase
          Base class for platform implementations.
SqlBuilder
          This class is a collection of Strategy methods for creating the DDL required to create and drop databases and tables.
 

Classes in org.apache.ddlutils.platform used by org.apache.ddlutils.platform.derby
DatabaseMetaDataWrapper
          Wrapper class for database meta data that stores additional info.
JdbcModelReader
          An utility class to create a Database model from a live database.
PlatformImplBase
          Base class for platform implementations.
SqlBuilder
          This class is a collection of Strategy methods for creating the DDL required to create and drop databases and tables.
 

Classes in org.apache.ddlutils.platform used by org.apache.ddlutils.platform.firebird
DatabaseMetaDataWrapper
          Wrapper class for database meta data that stores additional info.
JdbcModelReader
          An utility class to create a Database model from a live database.
PlatformImplBase
          Base class for platform implementations.
SqlBuilder
          This class is a collection of Strategy methods for creating the DDL required to create and drop databases and tables.
 

Classes in org.apache.ddlutils.platform used by org.apache.ddlutils.platform.hsqldb
DatabaseMetaDataWrapper
          Wrapper class for database meta data that stores additional info.
JdbcModelReader
          An utility class to create a Database model from a live database.
PlatformImplBase
          Base class for platform implementations.
SqlBuilder
          This class is a collection of Strategy methods for creating the DDL required to create and drop databases and tables.
 

Classes in org.apache.ddlutils.platform used by org.apache.ddlutils.platform.interbase
DatabaseMetaDataWrapper
          Wrapper class for database meta data that stores additional info.
JdbcModelReader
          An utility class to create a Database model from a live database.
PlatformImplBase
          Base class for platform implementations.
SqlBuilder
          This class is a collection of Strategy methods for creating the DDL required to create and drop databases and tables.
 

Classes in org.apache.ddlutils.platform used by org.apache.ddlutils.platform.maxdb
DatabaseMetaDataWrapper
          Wrapper class for database meta data that stores additional info.
JdbcModelReader
          An utility class to create a Database model from a live database.
PlatformImplBase
          Base class for platform implementations.
SqlBuilder
          This class is a collection of Strategy methods for creating the DDL required to create and drop databases and tables.
 

Classes in org.apache.ddlutils.platform used by org.apache.ddlutils.platform.mckoi
DatabaseMetaDataWrapper
          Wrapper class for database meta data that stores additional info.
JdbcModelReader
          An utility class to create a Database model from a live database.
PlatformImplBase
          Base class for platform implementations.
SqlBuilder
          This class is a collection of Strategy methods for creating the DDL required to create and drop databases and tables.
 

Classes in org.apache.ddlutils.platform used by org.apache.ddlutils.platform.mssql
CreationParameters
          Contains parameters used in the table creation.
DatabaseMetaDataWrapper
          Wrapper class for database meta data that stores additional info.
JdbcModelReader
          An utility class to create a Database model from a live database.
PlatformImplBase
          Base class for platform implementations.
SqlBuilder
          This class is a collection of Strategy methods for creating the DDL required to create and drop databases and tables.
 

Classes in org.apache.ddlutils.platform used by org.apache.ddlutils.platform.mysql
DatabaseMetaDataWrapper
          Wrapper class for database meta data that stores additional info.
JdbcModelReader
          An utility class to create a Database model from a live database.
PlatformImplBase
          Base class for platform implementations.
SqlBuilder
          This class is a collection of Strategy methods for creating the DDL required to create and drop databases and tables.
 

Classes in org.apache.ddlutils.platform used by org.apache.ddlutils.platform.oracle
DatabaseMetaDataWrapper
          Wrapper class for database meta data that stores additional info.
JdbcModelReader
          An utility class to create a Database model from a live database.
PlatformImplBase
          Base class for platform implementations.
SqlBuilder
          This class is a collection of Strategy methods for creating the DDL required to create and drop databases and tables.
 

Classes in org.apache.ddlutils.platform used by org.apache.ddlutils.platform.postgresql
DatabaseMetaDataWrapper
          Wrapper class for database meta data that stores additional info.
JdbcModelReader
          An utility class to create a Database model from a live database.
PlatformImplBase
          Base class for platform implementations.
SqlBuilder
          This class is a collection of Strategy methods for creating the DDL required to create and drop databases and tables.
 

Classes in org.apache.ddlutils.platform used by org.apache.ddlutils.platform.sapdb
DatabaseMetaDataWrapper
          Wrapper class for database meta data that stores additional info.
JdbcModelReader
          An utility class to create a Database model from a live database.
PlatformImplBase
          Base class for platform implementations.
SqlBuilder
          This class is a collection of Strategy methods for creating the DDL required to create and drop databases and tables.
 

Classes in org.apache.ddlutils.platform used by org.apache.ddlutils.platform.sybase
CreationParameters
          Contains parameters used in the table creation.
DatabaseMetaDataWrapper
          Wrapper class for database meta data that stores additional info.
JdbcModelReader
          An utility class to create a Database model from a live database.
PlatformImplBase
          Base class for platform implementations.
SqlBuilder
          This class is a collection of Strategy methods for creating the DDL required to create and drop databases and tables.
 

Classes in org.apache.ddlutils.platform used by org.apache.ddlutils.task
CreationParameters
          Contains parameters used in the table creation.
 



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