|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.apache.ddlutils | |
---|---|
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.alteration | Contains the algorithm for comparing two database models and determining what needs to be changed to migrate one to the other. |
org.apache.ddlutils.dynabean |
Provides the special DdlUtils implementations of DynaClass
and DynaBean that directly map to tables in the database
model. |
org.apache.ddlutils.io |
The org.apache.ddlutils.io package contains a classes for input
and output of both the database schemas and data files. |
org.apache.ddlutils.model | This package contains the classes making up the database model. |
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. |
org.apache.ddlutils.util |
The org.apache.ddlutils.util package contains utility classes of DdlUtils. |
Classes in org.apache.ddlutils used by org.apache.ddlutils | |
---|---|
DatabaseOperationException
This exception is thrown when a database operation failed. |
|
DdlUtilsException
Base class for DdlUtils exceptions. |
|
Platform
A platform encapsulates the database-related functionality such as performing queries and manipulations. |
|
PlatformInfo
Conatains information about the database platform such as supported features and native type mappings. |
Classes in org.apache.ddlutils used by org.apache.ddlutils.alteration | |
---|---|
PlatformInfo
Conatains information about the database platform such as supported features and native type mappings. |
Classes in org.apache.ddlutils used by org.apache.ddlutils.dynabean | |
---|---|
DdlUtilsException
Base class for DdlUtils exceptions. |
Classes in org.apache.ddlutils used by org.apache.ddlutils.io | |
---|---|
DdlUtilsException
Base class for DdlUtils exceptions. |
|
Platform
A platform encapsulates the database-related functionality such as performing queries and manipulations. |
Classes in org.apache.ddlutils used by org.apache.ddlutils.model | |
---|---|
DdlUtilsException
Base class for DdlUtils exceptions. |
Classes in org.apache.ddlutils used by org.apache.ddlutils.platform | |
---|---|
DatabaseOperationException
This exception is thrown when a database operation failed. |
|
Platform
A platform encapsulates the database-related functionality such as performing queries and manipulations. |
|
PlatformInfo
Conatains information about the database platform such as supported features and native type mappings. |
Classes in org.apache.ddlutils used by org.apache.ddlutils.platform.axion | |
---|---|
DatabaseOperationException
This exception is thrown when a database operation failed. |
|
Platform
A platform encapsulates the database-related functionality such as performing queries and manipulations. |
Classes in org.apache.ddlutils used by org.apache.ddlutils.platform.cloudscape | |
---|---|
Platform
A platform encapsulates the database-related functionality such as performing queries and manipulations. |
Classes in org.apache.ddlutils used by org.apache.ddlutils.platform.db2 | |
---|---|
Platform
A platform encapsulates the database-related functionality such as performing queries and manipulations. |
Classes in org.apache.ddlutils used by org.apache.ddlutils.platform.derby | |
---|---|
DatabaseOperationException
This exception is thrown when a database operation failed. |
|
Platform
A platform encapsulates the database-related functionality such as performing queries and manipulations. |
Classes in org.apache.ddlutils used by org.apache.ddlutils.platform.firebird | |
---|---|
Platform
A platform encapsulates the database-related functionality such as performing queries and manipulations. |
Classes in org.apache.ddlutils used by org.apache.ddlutils.platform.hsqldb | |
---|---|
Platform
A platform encapsulates the database-related functionality such as performing queries and manipulations. |
Classes in org.apache.ddlutils used by org.apache.ddlutils.platform.interbase | |
---|---|
Platform
A platform encapsulates the database-related functionality such as performing queries and manipulations. |
Classes in org.apache.ddlutils used by org.apache.ddlutils.platform.maxdb | |
---|---|
Platform
A platform encapsulates the database-related functionality such as performing queries and manipulations. |
Classes in org.apache.ddlutils used by org.apache.ddlutils.platform.mckoi | |
---|---|
DatabaseOperationException
This exception is thrown when a database operation failed. |
|
Platform
A platform encapsulates the database-related functionality such as performing queries and manipulations. |
Classes in org.apache.ddlutils used by org.apache.ddlutils.platform.mssql | |
---|---|
Platform
A platform encapsulates the database-related functionality such as performing queries and manipulations. |
Classes in org.apache.ddlutils used by org.apache.ddlutils.platform.mysql | |
---|---|
Platform
A platform encapsulates the database-related functionality such as performing queries and manipulations. |
Classes in org.apache.ddlutils used by org.apache.ddlutils.platform.oracle | |
---|---|
Platform
A platform encapsulates the database-related functionality such as performing queries and manipulations. |
Classes in org.apache.ddlutils used by org.apache.ddlutils.platform.postgresql | |
---|---|
DatabaseOperationException
This exception is thrown when a database operation failed. |
|
Platform
A platform encapsulates the database-related functionality such as performing queries and manipulations. |
Classes in org.apache.ddlutils used by org.apache.ddlutils.platform.sapdb | |
---|---|
Platform
A platform encapsulates the database-related functionality such as performing queries and manipulations. |
Classes in org.apache.ddlutils used by org.apache.ddlutils.platform.sybase | |
---|---|
DatabaseOperationException
This exception is thrown when a database operation failed. |
|
Platform
A platform encapsulates the database-related functionality such as performing queries and manipulations. |
Classes in org.apache.ddlutils used by org.apache.ddlutils.task | |
---|---|
Platform
A platform encapsulates the database-related functionality such as performing queries and manipulations. |
Classes in org.apache.ddlutils used by org.apache.ddlutils.util | |
---|---|
DatabaseOperationException
This exception is thrown when a database operation failed. |
|
DdlUtilsException
Base class for DdlUtils exceptions. |
|
Platform
A platform encapsulates the database-related functionality such as performing queries and manipulations. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |