Package edu.internet2.middleware.grouper.ext.org.apache.ddlutils.task


package edu.internet2.middleware.grouper.ext.org.apache.ddlutils.task

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

  • Classes
    Class
    Description
    Base class for commands that work with a model.
    Base type for database commands that use converters.
    The sub task for creating the target database.
    Base type for commands that have the database info embedded.
    Base type for database commands that use creation parameters.
    Base class for DdlUtils Ant tasks that operate on a database.
    Sub task for dropping the target database.
    A simple helper task that dumps information about a database using JDBC.
    Specifies a parameter for the creation of the database.
    Encloses the platform configuration for the Ant tasks.
    Specifies a parameter for the creation of the tables.
    Helper class that defines the possible values for the verbosity attribute.
    Inserts the data defined by the data XML file(s) into the database.
    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.
    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.
    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.
    Parses the schema XML files specified for the enclosing task, and creates the corresponding schema in the database.