|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.apache.ddlutils.alteration | |
---|---|
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.platform | This package contains the platform implementations for the individual databases. |
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.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. |
Classes in org.apache.ddlutils.alteration used by org.apache.ddlutils.alteration | |
---|---|
ColumnChange
Represents a change to a column of a table. |
|
ModelChange
Marker interface for changes to a database model element. |
|
TableChange
Represents a change to a table or sub-element of a table (e.g. |
|
TableChangeImplBase
Base class for change implementations. |
Classes in org.apache.ddlutils.alteration used by org.apache.ddlutils.platform | |
---|---|
AddForeignKeyChange
Represents the addition of a foreign key to a table. |
|
AddIndexChange
Represents the addition of an index to a table. |
|
AddPrimaryKeyChange
Represents the addition of a primary key to a table which does not have one. |
|
AddTableChange
Represents the addition of a table to a model. |
|
ModelChange
Marker interface for changes to a database model element. |
|
RemoveForeignKeyChange
Represents the removal of a foreign key from a table. |
|
RemoveIndexChange
Represents the removal of an index from a table. |
|
RemoveTableChange
Represents the removal of a table from a model. |
Classes in org.apache.ddlutils.alteration used by org.apache.ddlutils.platform.db2 | |
---|---|
AddColumnChange
Represents the addition of a column to a table. |
|
PrimaryKeyChange
Represents the change of the primary key of a table. |
|
RemoveColumnChange
Represents the removal of a column from a table. |
|
RemovePrimaryKeyChange
Represents the removal of the primary key from a table. |
Classes in org.apache.ddlutils.alteration used by org.apache.ddlutils.platform.derby | |
---|---|
AddColumnChange
Represents the addition of a column to a table. |
Classes in org.apache.ddlutils.alteration used by org.apache.ddlutils.platform.firebird | |
---|---|
AddColumnChange
Represents the addition of a column to a table. |
|
RemoveColumnChange
Represents the removal of a column from a table. |
Classes in org.apache.ddlutils.alteration used by org.apache.ddlutils.platform.hsqldb | |
---|---|
AddColumnChange
Represents the addition of a column to a table. |
|
RemoveColumnChange
Represents the removal of a column from a table. |
Classes in org.apache.ddlutils.alteration used by org.apache.ddlutils.platform.interbase | |
---|---|
AddColumnChange
Represents the addition of a column to a table. |
|
RemoveColumnChange
Represents the removal of a column from a table. |
Classes in org.apache.ddlutils.alteration used by org.apache.ddlutils.platform.mssql | |
---|---|
AddColumnChange
Represents the addition of a column to a table. |
|
RemoveColumnChange
Represents the removal of a column from a table. |
|
RemovePrimaryKeyChange
Represents the removal of the primary key from a table. |
Classes in org.apache.ddlutils.alteration used by org.apache.ddlutils.platform.mysql | |
---|---|
AddColumnChange
Represents the addition of a column to a table. |
|
PrimaryKeyChange
Represents the change of the primary key of a table. |
|
RemoveColumnChange
Represents the removal of a column from a table. |
|
RemovePrimaryKeyChange
Represents the removal of the primary key from a table. |
Classes in org.apache.ddlutils.alteration used by org.apache.ddlutils.platform.oracle | |
---|---|
AddColumnChange
Represents the addition of a column to a table. |
|
RemoveColumnChange
Represents the removal of a column from a table. |
|
RemovePrimaryKeyChange
Represents the removal of the primary key from a table. |
Classes in org.apache.ddlutils.alteration used by org.apache.ddlutils.platform.postgresql | |
---|---|
AddColumnChange
Represents the addition of a column to a table. |
|
RemoveColumnChange
Represents the removal of a column from a table. |
Classes in org.apache.ddlutils.alteration used by org.apache.ddlutils.platform.sapdb | |
---|---|
AddColumnChange
Represents the addition of a column to a table. |
|
ColumnDefaultValueChange
Represents the change of the default value of a column. |
|
ColumnRequiredChange
Represents the change of the required constraint of a column. |
|
RemoveColumnChange
Represents the removal of a column from a table. |
|
RemovePrimaryKeyChange
Represents the removal of the primary key from a table. |
Classes in org.apache.ddlutils.alteration used by org.apache.ddlutils.platform.sybase | |
---|---|
AddColumnChange
Represents the addition of a column to a table. |
|
ColumnDefaultValueChange
Represents the change of the default value of a column. |
|
RemoveColumnChange
Represents the removal of a column from a table. |
|
RemovePrimaryKeyChange
Represents the removal of the primary key from a table. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |