| Class | Description |
|---|---|
| DBUpgrader |
ANT task that performs database upgrades of an existing schema.
|
| SchemaSpec |
An ANT task that defines a single, specific upgrade step that upgrades the schema to a particular
version. |
| SchemaSpecTask |
A task that performs an individual step to help upgrade a schema to a particular version.
|
| SchemaVersion |
Object that encapsulates and compares database schema version strings.
|
| SST_AddColumn |
Ant task to add a column to a database table.
|
| SST_AlterColumn |
Ant task that can alter an existing column.
|
| SST_CreateSequence |
This is a DB-Upgrade ANT task that is used to create sequences in the database.
|
| SST_DeleteColumn |
Ant task to delete a given column from a given table.
|
| SST_DirectSQL |
Task that allows direct SQL to be executed.
|
| SST_DropForeignKeys |
Drop all foreign keys of a column
|
| SST_DropSequence |
This is a DB-Upgrade ANT task that is used to drop sequences from the database.
|
| SST_DropTable |
Drops a table.
|
| SST_Insert |
Ant task to insert data into a table.
|
| SST_JavaTask |
Task that allows more complicated upgrade logic to be externalized into a Java class.
|
| SST_Update |
Ant task that updates data in a table.
|
| SST_UpdateColumn |
Ant task to modify attributes of a given column.
|
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.