org.apache.ddlutils.task package contains the Ant
tasks provided by DdlUtils.See: Description
| Class | Description |
|---|---|
| Command |
Base class for commands that work with a model.
|
| ConvertingDatabaseCommand |
Base type for database commands that use converters.
|
| CreateDatabaseCommand |
The sub task for creating the target database.
|
| DatabaseCommand |
Base type for commands that have the database info embedded.
|
| DatabaseCommandWithCreationParameters |
Base type for database commands that use creation parameters.
|
| DatabaseTaskBase |
Base class for DdlUtils Ant tasks that operate on a database.
|
| DatabaseToDdlTask |
Task for getting structural info and data from a live database.
|
| DdlToDatabaseTask |
Task for performing operations on a live database.
|
| DropDatabaseCommand |
Sub task for dropping the target database.
|
| DropTablesCommand |
Sub task for dropping tables.
|
| DumpMetadataTask |
A simple helper task that dumps information about a database using JDBC.
|
| Parameter |
Specifies a parameter for the creation of the database.
|
| PlatformConfiguration |
Encloses the platform configuration for the Ant tasks.
|
| ReplayFailedDMLsCommand |
Command to replay failed events
|
| ReplayFailedDMLsTask |
Task to replay failed dmls
|
| TableSpecificParameter |
Specifies a parameter for the creation of the tables.
|
| TaskHelper |
Contains some utility functions for the Ant tasks.
|
| VerbosityLevel |
Helper class that defines the possible values for the verbosity attribute.
|
| WriteDataToDatabaseCommand |
Inserts the data defined by the data XML file(s) into the database.
|
| WriteDataToFileCommand |
Reads the data currently in the table in the live database (as specified by the
enclosing task), and writes it as XML to a file.
|
| WriteDtdToFileCommand |
Creates a DTD that specifies the layout for data XML files.
This sub task does not require a database connection, so the dataSource
sub element of the enclosing task can be omitted. |
| WriteSchemaSqlToFileCommand |
Parses the schema XML files specified in the enclosing task, and writes the SQL statements
necessary to create this schema in the database, to a file.
|
| WriteSchemaToDatabaseCommand |
Parses the schema XML files specified for the enclosing task, and creates the corresponding
schema in the database.
|
| WriteSchemaToFileCommand |
Reads the schema of the live database (as specified in the enclosing task), and writes
it as XML to a file.
|
The org.apache.ddlutils.task package contains the Ant
tasks provided by DdlUtils.
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.