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

Packages that use RemoveColumnChange
org.apache.ddlutils.platform.db2 This package contains the platform implementation for the DB2 UDB 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. 
 

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

Methods in org.apache.ddlutils.platform.db2 with parameters of type RemoveColumnChange
protected  void Db2Builder.processChange(Database currentModel, Database desiredModel, RemoveColumnChange change)
          Processes the removal of a column from a table.
 

Uses of RemoveColumnChange in org.apache.ddlutils.platform.firebird
 

Methods in org.apache.ddlutils.platform.firebird with parameters of type RemoveColumnChange
protected  void FirebirdBuilder.processChange(Database currentModel, Database desiredModel, RemoveColumnChange change)
          Processes the removal of a column from a table.
 

Uses of RemoveColumnChange in org.apache.ddlutils.platform.hsqldb
 

Methods in org.apache.ddlutils.platform.hsqldb with parameters of type RemoveColumnChange
protected  void HsqlDbBuilder.processChange(Database currentModel, Database desiredModel, RemoveColumnChange change)
          Processes the removal of a column from a table.
 

Uses of RemoveColumnChange in org.apache.ddlutils.platform.interbase
 

Methods in org.apache.ddlutils.platform.interbase with parameters of type RemoveColumnChange
protected  void InterbaseBuilder.processChange(Database currentModel, Database desiredModel, RemoveColumnChange change)
          Processes the removal of a column from a table.
 

Uses of RemoveColumnChange in org.apache.ddlutils.platform.mssql
 

Methods in org.apache.ddlutils.platform.mssql with parameters of type RemoveColumnChange
protected  void MSSqlBuilder.processChange(Database currentModel, Database desiredModel, RemoveColumnChange change)
          Processes the removal of a column from a table.
 

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

Methods in org.apache.ddlutils.platform.mysql with parameters of type RemoveColumnChange
protected  void MySqlBuilder.processChange(Database currentModel, Database desiredModel, RemoveColumnChange change)
          Processes the removal of a column from a table.
 

Uses of RemoveColumnChange in org.apache.ddlutils.platform.oracle
 

Methods in org.apache.ddlutils.platform.oracle with parameters of type RemoveColumnChange
protected  void Oracle8Builder.processChange(Database currentModel, Database desiredModel, RemoveColumnChange change)
          Processes the removal of a column from a table.
 

Uses of RemoveColumnChange in org.apache.ddlutils.platform.postgresql
 

Methods in org.apache.ddlutils.platform.postgresql with parameters of type RemoveColumnChange
protected  void PostgreSqlBuilder.processChange(Database currentModel, Database desiredModel, RemoveColumnChange change)
          Processes the removal of a column from a table.
 

Uses of RemoveColumnChange in org.apache.ddlutils.platform.sapdb
 

Methods in org.apache.ddlutils.platform.sapdb with parameters of type RemoveColumnChange
protected  void SapDbBuilder.processChange(Database currentModel, Database desiredModel, RemoveColumnChange change)
          Processes the removal of a column from a table.
 

Uses of RemoveColumnChange in org.apache.ddlutils.platform.sybase
 

Methods in org.apache.ddlutils.platform.sybase with parameters of type RemoveColumnChange
protected  void SybaseBuilder.processChange(Database currentModel, Database desiredModel, RemoveColumnChange change)
          Processes the removal of a column from a table.
 



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