|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
org.apache.ddlutils.task
package contains the Ant
tasks provided by DdlUtils.
See:
Description
Interface Summary | |
Command | Base interface for commands that work with a model. |
Class Summary | |
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. |
DatabaseTaskBase.VerbosityLevel | Helper class that defines the possible values for the verbosity attribute. |
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. |
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. |
TableSpecificParameter | Specifies a parameter for the creation of the tables. |
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.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |