| Package | Description |
|---|---|
| com.pivotal.gemfirexd.tools.internal | |
| org.apache.ddlutils.task |
The
org.apache.ddlutils.task package contains the Ant
tasks provided by DdlUtils. |
| Class and Description |
|---|
| DatabaseTaskBase
Base class for DdlUtils Ant tasks that operate on a database.
|
| DatabaseToDdlTask
Task for getting structural info and data from a live database.
|
| Class and 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.
|
| DropDatabaseCommand
Sub task for dropping the target database.
|
| DropTablesCommand
Sub task for dropping tables.
|
| 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
|
| TableSpecificParameter
Specifies a parameter for the creation of the tables.
|
| 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.
|
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.