Package org.apache.ddlutils.task

The 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 Command for creating a 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 Ant task for working with a database, e.g.
DdlToDatabaseTask Ant task for working with DDL, e.g.
DropDatabaseCommand Command for dropping a database.
DumpMetadataTask A simple task that dumps information about a database.
Parameter A parameter which consists of a name-value pair and an optional list of platforms for which the parameter is applicable.
PlatformConfiguration Encloses the platform configuration for the Ant tasks.
TableSpecificParameter A Parameter intended for specific tables.
WriteDataToDatabaseCommand Command for inserting data into a database.
WriteDataToFileCommand Command to dump data from the database into an XML file.
WriteDtdToFileCommand The command for creating a data DTD for a given database model.
WriteSchemaSqlToFileCommand Creates the SQL for a schema and writes it to a file.
WriteSchemaToDatabaseCommand Command for writing a database schema into the database.
WriteSchemaToFileCommand Command for writing the database schema to a file.
 

Package org.apache.ddlutils.task Description

The org.apache.ddlutils.task package contains the Ant tasks provided by DdlUtils.



Copyright © 2005 Apache Software Foundation. All Rights Reserved.