writeSchemaToFile

Description

Java type: org.apache.ddlutils.task.WriteSchemaToFileCommand

Reads the schema of the live database (as specified in the enclosing task), and writes it as XML to a file.

Parameters

outputfile : File (required)

Specifies the name of the file to write the schema XML to.

failonerror : boolean

Specifies whether the execution shall stop if an error has occurred during the task runs.
By default execution will be stopped when an error is encountered.

Nested elements

©2005-2007 Apache Software Foundation