Uses of Class
org.apache.ddlutils.alteration.PrimaryKeyChange

Packages that use PrimaryKeyChange
org.apache.ddlutils.platform.db2 This package contains the platform implementation for the DB2 UDB database. 
org.apache.ddlutils.platform.mysql This package contains the platform implementation for the MySQL database. 
 

Uses of PrimaryKeyChange in org.apache.ddlutils.platform.db2
 

Methods in org.apache.ddlutils.platform.db2 with parameters of type PrimaryKeyChange
protected  void Db2Builder.processChange(Database currentModel, Database desiredModel, PrimaryKeyChange change)
          Processes the change of the primary key of a table.
 

Uses of PrimaryKeyChange in org.apache.ddlutils.platform.mysql
 

Methods in org.apache.ddlutils.platform.mysql with parameters of type PrimaryKeyChange
protected  void MySqlBuilder.processChange(Database currentModel, Database desiredModel, PrimaryKeyChange change)
          Processes the change of the primary key of a table.
 



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