|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RemovePrimaryKeyChange | |
---|---|
org.apache.ddlutils.platform.db2 | This package contains the platform implementation for the DB2 UDB 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.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 RemovePrimaryKeyChange in org.apache.ddlutils.platform.db2 |
---|
Methods in org.apache.ddlutils.platform.db2 with parameters of type RemovePrimaryKeyChange | |
---|---|
protected void |
Db2Builder.processChange(Database currentModel,
Database desiredModel,
RemovePrimaryKeyChange change)
Processes the removal of a primary key from a table. |
Uses of RemovePrimaryKeyChange in org.apache.ddlutils.platform.mssql |
---|
Methods in org.apache.ddlutils.platform.mssql with parameters of type RemovePrimaryKeyChange | |
---|---|
protected void |
MSSqlBuilder.processChange(Database currentModel,
Database desiredModel,
RemovePrimaryKeyChange change)
Processes the removal of a primary key from a table. |
Uses of RemovePrimaryKeyChange in org.apache.ddlutils.platform.mysql |
---|
Methods in org.apache.ddlutils.platform.mysql with parameters of type RemovePrimaryKeyChange | |
---|---|
protected void |
MySqlBuilder.processChange(Database currentModel,
Database desiredModel,
RemovePrimaryKeyChange change)
Processes the removal of a primary key from a table. |
Uses of RemovePrimaryKeyChange in org.apache.ddlutils.platform.oracle |
---|
Methods in org.apache.ddlutils.platform.oracle with parameters of type RemovePrimaryKeyChange | |
---|---|
protected void |
Oracle8Builder.processChange(Database currentModel,
Database desiredModel,
RemovePrimaryKeyChange change)
Processes the removal of a primary key from a table. |
Uses of RemovePrimaryKeyChange in org.apache.ddlutils.platform.sapdb |
---|
Methods in org.apache.ddlutils.platform.sapdb with parameters of type RemovePrimaryKeyChange | |
---|---|
protected void |
SapDbBuilder.processChange(Database currentModel,
Database desiredModel,
RemovePrimaryKeyChange change)
Processes the removal of a primary key from a table. |
Uses of RemovePrimaryKeyChange in org.apache.ddlutils.platform.sybase |
---|
Methods in org.apache.ddlutils.platform.sybase with parameters of type RemovePrimaryKeyChange | |
---|---|
protected void |
SybaseBuilder.processChange(Database currentModel,
Database desiredModel,
RemovePrimaryKeyChange change)
Processes the removal of a primary key from a table. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |