Uses of Class
edu.internet2.middleware.grouper.ext.org.apache.ddlutils.task.Command
Packages that use Command
Package
Description
The
org.apache.ddlutils.task
package contains the Ant
tasks provided by DdlUtils.-
Uses of Command in edu.internet2.middleware.grouper.ext.org.apache.ddlutils.task
Subclasses of Command in edu.internet2.middleware.grouper.ext.org.apache.ddlutils.taskModifier and TypeClassDescriptionclass
Base type for database commands that use converters.class
The sub task for creating the target database.class
Base type for commands that have the database info embedded.class
Base type for database commands that use creation parameters.class
Sub task for dropping the target database.class
Inserts the data defined by the data XML file(s) into the database.class
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.class
Creates a DTD that specifies the layout for data XML files.
This sub task does not require a database connection, so thedataSource
sub element of the enclosing task can be omitted.class
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.class
Parses the schema XML files specified for the enclosing task, and creates the corresponding schema in the database.Methods in edu.internet2.middleware.grouper.ext.org.apache.ddlutils.task with parameters of type CommandModifier and TypeMethodDescriptionprotected void
DatabaseTaskBase.addCommand
(Command command) Adds a command.