| Package | Description |
|---|---|
| org.apache.ddlutils.alteration |
Contains the algorithm for comparing two database models and determining
what needs to be changed to migrate one to the other.
|
| 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.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 |
|---|---|
protected ColumnDefinitionChange |
ModelComparator.compareColumns(Table sourceTable,
Column sourceColumn,
Table targetTable,
Column targetColumn)
Compares the two columns and returns the change necessary to create the second
column from the first one if they differe.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MSSqlPlatform.processChange(Database currentModel,
CreationParameters params,
ColumnDefinitionChange change)
Processes the change of the column of a table.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MySqlPlatform.processChange(Database currentModel,
CreationParameters params,
ColumnDefinitionChange change)
Processes the change of the column of a table.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SapDbPlatform.processChange(Database currentModel,
CreationParameters params,
ColumnDefinitionChange change)
Processes the change of the column of a table.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SybasePlatform.processChange(Database currentModel,
CreationParameters params,
ColumnDefinitionChange change)
Processes the change of a column definition..
|
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.