Uses of Class
edu.internet2.middleware.grouper.ext.org.apache.ddlutils.alteration.AddColumnChange
Package
Description
This package contains the platform implementation for the
DB2 UDB database.
This package contains the platform implementation for the
Apache Derby database.
This package contains the platform implementation for the
Firebird database.
This package contains the platform implementation for the
HSQLDB database.
This package contains the platform implementation for the
Interbase database.
This package contains the platform implementation for the
Sql Server database.
This package contains the platform implementation for the
MySQL database.
This package contains the platform implementation for the
Oracle database.
This package contains the platform implementation for the
PostgreSQL database.
This package contains the platform implementation for the
SAP DB database.
This package contains the platform implementation for the
Sybase ASE database.
-
Uses of AddColumnChange in edu.internet2.middleware.grouper.ext.org.apache.ddlutils.platform.db2
Modifier and TypeMethodDescriptionprotected void
Db2Builder.processChange
(Database currentModel, Database desiredModel, AddColumnChange change) Processes the addition of a column to a table. -
Uses of AddColumnChange in edu.internet2.middleware.grouper.ext.org.apache.ddlutils.platform.derby
Modifier and TypeMethodDescriptionprotected void
DerbyBuilder.processChange
(Database currentModel, Database desiredModel, AddColumnChange change) Processes the addition of a column to a table. -
Uses of AddColumnChange in edu.internet2.middleware.grouper.ext.org.apache.ddlutils.platform.firebird
Modifier and TypeMethodDescriptionprotected void
FirebirdBuilder.processChange
(Database currentModel, Database desiredModel, AddColumnChange change) Processes the addition of a column to a table. -
Uses of AddColumnChange in edu.internet2.middleware.grouper.ext.org.apache.ddlutils.platform.hsqldb
Modifier and TypeMethodDescriptionprotected void
HsqlDbBuilder.processChange
(Database currentModel, Database desiredModel, AddColumnChange change) Processes the addition of a column to a table. -
Uses of AddColumnChange in edu.internet2.middleware.grouper.ext.org.apache.ddlutils.platform.interbase
Modifier and TypeMethodDescriptionprotected void
InterbaseBuilder.processChange
(Database currentModel, Database desiredModel, AddColumnChange change) Processes the addition of a column to a table. -
Uses of AddColumnChange in edu.internet2.middleware.grouper.ext.org.apache.ddlutils.platform.mssql
Modifier and TypeMethodDescriptionprotected void
MSSqlBuilder.processChange
(Database currentModel, Database desiredModel, AddColumnChange change) Processes the addition of a column to a table. -
Uses of AddColumnChange in edu.internet2.middleware.grouper.ext.org.apache.ddlutils.platform.mysql
Modifier and TypeMethodDescriptionprotected void
MySqlBuilder.processChange
(Database currentModel, Database desiredModel, AddColumnChange change) Processes the addition of a column to a table. -
Uses of AddColumnChange in edu.internet2.middleware.grouper.ext.org.apache.ddlutils.platform.oracle
Modifier and TypeMethodDescriptionprotected void
Oracle8Builder.processChange
(Database currentModel, Database desiredModel, AddColumnChange change) Processes the addition of a column to a table. -
Uses of AddColumnChange in edu.internet2.middleware.grouper.ext.org.apache.ddlutils.platform.postgresql
Modifier and TypeMethodDescriptionprotected void
PostgreSqlBuilder.processChange
(Database currentModel, Database desiredModel, AddColumnChange change) Processes the addition of a column to a table. -
Uses of AddColumnChange in edu.internet2.middleware.grouper.ext.org.apache.ddlutils.platform.sapdb
Modifier and TypeMethodDescriptionprotected void
SapDbBuilder.processChange
(Database currentModel, Database desiredModel, AddColumnChange change) Processes the addition of a column to a table. -
Uses of AddColumnChange in edu.internet2.middleware.grouper.ext.org.apache.ddlutils.platform.sybase
Modifier and TypeMethodDescriptionprotected void
SybaseBuilder.processChange
(Database currentModel, Database desiredModel, AddColumnChange change) Processes the addition of a column to a table.