| |
|
| org.apache.torque.task.TorqueSQLTransformTask
TorqueSQLTransformTask | public class TorqueSQLTransformTask extends Task (Code) | | An ant task for creating an xml schema from an sql schema
author: Leon Messerschmidt author: Jason van Zyl version: $Id: TorqueSQLTransformTask.java 473814 2006-11-11 22:30:30Z tv $ |
execute | public void execute() throws BuildException(Code) | | Execute the task.
throws: BuildException - Any exceptions caught during procssing will berethrown wrapped into a BuildException |
getInputFile | public String getInputFile()(Code) | | Get the current input file
the input file |
getOutputFile | public String getOutputFile()(Code) | | Get the current output file.
the output file |
setInputFile | public void setInputFile(String v)(Code) | | Set the sql input file. This file must exist
Parameters: v - the input file |
setOutputFile | public void setOutputFile(String v)(Code) | | Set the current output file. If the file does not
exist it will be created. If the file exists all
it's contents will be replaced.
Parameters: v - the output file |
|
|
|