| Package | Description |
|---|---|
| org.apache.ddlutils.task |
The
org.apache.ddlutils.task package contains the Ant
tasks provided by DdlUtils. |
| Modifier and Type | Class and Description |
|---|---|
class |
ConvertingDatabaseCommand
Base type for database commands that use converters.
|
class |
CreateDatabaseCommand
The sub task for creating the target database.
|
class |
DatabaseCommand
Base type for commands that have the database info embedded.
|
class |
DatabaseCommandWithCreationParameters
Base type for database commands that use creation parameters.
|
class |
DropDatabaseCommand
Sub task for dropping the target database.
|
class |
DropTablesCommand
Sub task for dropping tables.
|
class |
ReplayFailedDMLsCommand
Command to replay failed events
|
class |
WriteDataToDatabaseCommand
Inserts the data defined by the data XML file(s) into the database.
|
class |
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.
|
class |
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. |
class |
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.
|
class |
WriteSchemaToDatabaseCommand
Parses the schema XML files specified for the enclosing task, and creates the corresponding
schema in the database.
|
class |
WriteSchemaToFileCommand
Reads the schema of the live database (as specified in the enclosing task), and writes
it as XML to a file.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
DatabaseTaskBase.addCommand(Command command)
Adds a command.
|
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.