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

Packages that use AddColumnChange
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. 
 

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

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

Uses of AddColumnChange in org.apache.ddlutils.platform.derby
 

Methods in org.apache.ddlutils.platform.derby with parameters of type AddColumnChange
protected  void DerbyBuilder.processChange(Database currentModel, Database desiredModel, AddColumnChange change)
          Processes the addition of a column to a table.
 

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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



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