|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use org.apache.ddlutils.model | |
|---|---|
| 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.model used by org.apache.ddlutils | |
|---|---|
| Database
Represents the database model, ie. |
|
| Table
Represents a table in the database model. |
|
| Classes in org.apache.ddlutils.model used by org.apache.ddlutils.alteration | |
|---|---|
| Column
Represents a column in the database model. |
|
| Database
Represents the database model, ie. |
|
| ForeignKey
Represents a database foreign key. |
|
| Index
Represents an index definition for a table which may be either unique or non-unique. |
|
| Table
Represents a table in the database model. |
|
| Classes in org.apache.ddlutils.model used by org.apache.ddlutils.dynabean | |
|---|---|
| Column
Represents a column in the database model. |
|
| Table
Represents a table in the database model. |
|
| Classes in org.apache.ddlutils.model used by org.apache.ddlutils.io | |
|---|---|
| Column
Represents a column in the database model. |
|
| Database
Represents the database model, ie. |
|
| Table
Represents a table in the database model. |
|
| Classes in org.apache.ddlutils.model used by org.apache.ddlutils.model | |
|---|---|
| Column
Represents a column in the database model. |
|
| Database
Represents the database model, ie. |
|
| ForeignKey
Represents a database foreign key. |
|
| Index
Represents an index definition for a table which may be either unique or non-unique. |
|
| IndexColumn
Represents a column of an index in the database model. |
|
| IndexImpBase
Base class for indices. |
|
| JdbcTypeCategoryEnum
Represents the different categories of jdbc types. |
|
| ModelException
Indicates a model error. |
|
| Reference
Represents a reference between a column in the local table and a column in another table. |
|
| Table
Represents a table in the database model. |
|
| Classes in org.apache.ddlutils.model used by org.apache.ddlutils.platform | |
|---|---|
| Column
Represents a column in the database model. |
|
| Database
Represents the database model, ie. |
|
| ForeignKey
Represents a database foreign key. |
|
| Index
Represents an index definition for a table which may be either unique or non-unique. |
|
| Table
Represents a table in the database model. |
|
| Classes in org.apache.ddlutils.model used by org.apache.ddlutils.platform.axion | |
|---|---|
| Column
Represents a column in the database model. |
|
| Index
Represents an index definition for a table which may be either unique or non-unique. |
|
| Table
Represents a table in the database model. |
|
| Classes in org.apache.ddlutils.model used by org.apache.ddlutils.platform.cloudscape | |
|---|---|
| Column
Represents a column in the database model. |
|
| Table
Represents a table in the database model. |
|
| Classes in org.apache.ddlutils.model used by org.apache.ddlutils.platform.db2 | |
|---|---|
| Column
Represents a column in the database model. |
|
| Database
Represents the database model, ie. |
|
| Index
Represents an index definition for a table which may be either unique or non-unique. |
|
| Table
Represents a table in the database model. |
|
| Classes in org.apache.ddlutils.model used by org.apache.ddlutils.platform.derby | |
|---|---|
| Column
Represents a column in the database model. |
|
| Database
Represents the database model, ie. |
|
| ForeignKey
Represents a database foreign key. |
|
| Index
Represents an index definition for a table which may be either unique or non-unique. |
|
| Table
Represents a table in the database model. |
|
| Classes in org.apache.ddlutils.model used by org.apache.ddlutils.platform.firebird | |
|---|---|
| Column
Represents a column in the database model. |
|
| Database
Represents the database model, ie. |
|
| ForeignKey
Represents a database foreign key. |
|
| Index
Represents an index definition for a table which may be either unique or non-unique. |
|
| Table
Represents a table in the database model. |
|
| Classes in org.apache.ddlutils.model used by org.apache.ddlutils.platform.hsqldb | |
|---|---|
| Column
Represents a column in the database model. |
|
| Database
Represents the database model, ie. |
|
| ForeignKey
Represents a database foreign key. |
|
| Index
Represents an index definition for a table which may be either unique or non-unique. |
|
| Table
Represents a table in the database model. |
|
| Classes in org.apache.ddlutils.model used by org.apache.ddlutils.platform.interbase | |
|---|---|
| Column
Represents a column in the database model. |
|
| Database
Represents the database model, ie. |
|
| ForeignKey
Represents a database foreign key. |
|
| Index
Represents an index definition for a table which may be either unique or non-unique. |
|
| Table
Represents a table in the database model. |
|
| Classes in org.apache.ddlutils.model used by org.apache.ddlutils.platform.maxdb | |
|---|---|
| Column
Represents a column in the database model. |
|
| Database
Represents the database model, ie. |
|
| ForeignKey
Represents a database foreign key. |
|
| Table
Represents a table in the database model. |
|
| Classes in org.apache.ddlutils.model used by org.apache.ddlutils.platform.mckoi | |
|---|---|
| Column
Represents a column in the database model. |
|
| Database
Represents the database model, ie. |
|
| Table
Represents a table in the database model. |
|
| Classes in org.apache.ddlutils.model used by org.apache.ddlutils.platform.mssql | |
|---|---|
| Column
Represents a column in the database model. |
|
| Database
Represents the database model, ie. |
|
| ForeignKey
Represents a database foreign key. |
|
| Index
Represents an index definition for a table which may be either unique or non-unique. |
|
| Table
Represents a table in the database model. |
|
| Classes in org.apache.ddlutils.model used by org.apache.ddlutils.platform.mysql | |
|---|---|
| Column
Represents a column in the database model. |
|
| Database
Represents the database model, ie. |
|
| ForeignKey
Represents a database foreign key. |
|
| Index
Represents an index definition for a table which may be either unique or non-unique. |
|
| Table
Represents a table in the database model. |
|
| Classes in org.apache.ddlutils.model used by org.apache.ddlutils.platform.oracle | |
|---|---|
| Column
Represents a column in the database model. |
|
| Database
Represents the database model, ie. |
|
| Index
Represents an index definition for a table which may be either unique or non-unique. |
|
| Table
Represents a table in the database model. |
|
| Classes in org.apache.ddlutils.model used by org.apache.ddlutils.platform.postgresql | |
|---|---|
| Column
Represents a column in the database model. |
|
| Database
Represents the database model, ie. |
|
| ForeignKey
Represents a database foreign key. |
|
| Index
Represents an index definition for a table which may be either unique or non-unique. |
|
| Table
Represents a table in the database model. |
|
| Classes in org.apache.ddlutils.model used by org.apache.ddlutils.platform.sapdb | |
|---|---|
| Column
Represents a column in the database model. |
|
| Database
Represents the database model, ie. |
|
| ForeignKey
Represents a database foreign key. |
|
| Table
Represents a table in the database model. |
|
| Classes in org.apache.ddlutils.model used by org.apache.ddlutils.platform.sybase | |
|---|---|
| Column
Represents a column in the database model. |
|
| Database
Represents the database model, ie. |
|
| ForeignKey
Represents a database foreign key. |
|
| Index
Represents an index definition for a table which may be either unique or non-unique. |
|
| Table
Represents a table in the database model. |
|
| Classes in org.apache.ddlutils.model used by org.apache.ddlutils.task | |
|---|---|
| Database
Represents the database model, ie. |
|
| Table
Represents a table in the database model. |
|
| Classes in org.apache.ddlutils.model used by org.apache.ddlutils.util | |
|---|---|
| Database
Represents the database model, ie. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||