| Class Summary | |
|---|---|
| ConversionBooleanField | Converts a column to a boolean column. |
| ConversionDateField | Converts a column to a date column. |
| ConversionField | Base class for converting a column in the source table to a column in the destination table. |
| ConversionProcess | Runnable application that converts data from one database to another. |
| ConversionTable | Converts an existing table from one database table schema to another. |
| ConversionTextField | Converts a column to a text column. |