| Package | Description |
|---|---|
| org.apache.ddlutils.platform |
This package contains the platform implementations for the individual databases.
|
| 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.mysql |
This package contains the platform implementation for the
MySQL database.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PlatformImplBase.processChange(Database currentModel,
CreationParameters params,
AddColumnChange change)
Processes a change representing the addition of a column.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FirebirdPlatform.processChange(Database currentModel,
CreationParameters params,
AddColumnChange change)
Processes the addition of a column to a table.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HsqlDbPlatform.processChange(Database currentModel,
CreationParameters params,
AddColumnChange change)
Processes the addition of a column to a table.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InterbasePlatform.processChange(Database currentModel,
CreationParameters params,
AddColumnChange change)
Processes the addition of a column to a table.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MySqlPlatform.processChange(Database currentModel,
CreationParameters params,
AddColumnChange change)
Processes the addition of a column to a table.
|
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.