| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Db2Platform.processChange(Database currentModel,
CreationParameters params,
RemoveColumnChange change)
Processes a change representing the addition of a column.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FirebirdPlatform.processChange(Database currentModel,
CreationParameters params,
RemoveColumnChange change)
Processes the removal of a column from a table.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HsqlDbPlatform.processChange(Database currentModel,
CreationParameters params,
RemoveColumnChange change)
Processes the removal of a column from a table.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InterbasePlatform.processChange(Database currentModel,
CreationParameters params,
RemoveColumnChange change)
Processes the removal of a column from a table.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MSSqlPlatform.processChange(Database currentModel,
CreationParameters params,
RemoveColumnChange change)
Processes the removal of a column from a table.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MySqlPlatform.processChange(Database currentModel,
CreationParameters params,
RemoveColumnChange change)
Processes the removal of a column from a table.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Oracle8Platform.processChange(Database currentModel,
CreationParameters params,
RemoveColumnChange change)
Processes the removal of a column from a table.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PostgreSqlPlatform.processChange(Database currentModel,
CreationParameters params,
RemoveColumnChange change)
Processes the removal of a column from a table.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SapDbPlatform.processChange(Database currentModel,
CreationParameters params,
RemoveColumnChange change)
Processes the removal of a column from a table.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SybasePlatform.processChange(Database currentModel,
CreationParameters params,
RemoveColumnChange change)
Processes the removal of a column from a table.
|
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.