|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use org.apache.ddlutils.task | |
|---|---|
| org.apache.ddlutils.task |
The org.apache.ddlutils.task package contains the Ant
tasks provided by DdlUtils. |
| Classes in org.apache.ddlutils.task used by org.apache.ddlutils.task | |
|---|---|
| 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. |
|
| 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. |
|
| 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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||