org.apache.turbine.torque
Class TorqueSQLTransformTask

org.apache.turbine.torque.TorqueSQLTransformTask

Deprecated. use turbine-torque

public class TorqueSQLTransformTask

An ant task for creating an xml schema from an sql schema

Version:
$Id: TorqueSQLTransformTask.java,v 1.2 2002/02/16 19:40:36 mpoeschl Exp $
Author:
Field Summary
private  java.lang.String inputFile
          Deprecated.  
private  java.lang.String outputFile
          Deprecated.  
 
Constructor Summary
TorqueSQLTransformTask()
          Deprecated.  
 
Method Summary
 void execute()
          Deprecated.  
 java.lang.String getInputFile()
          Deprecated. Get the current input file
 java.lang.String getOutputFile()
          Deprecated. Get the current output file.
 void setInputFile(java.lang.String v)
          Deprecated. Set the sql input file.
 void setOutputFile(java.lang.String v)
          Deprecated. Set the current output file.
 

Field Detail

inputFile

private java.lang.String inputFile
Deprecated. 

outputFile

private java.lang.String outputFile
Deprecated. 
Constructor Detail

TorqueSQLTransformTask

public TorqueSQLTransformTask()
Deprecated. 
Method Detail

getInputFile

public java.lang.String getInputFile()
Deprecated. 
Get the current input file

setInputFile

public void setInputFile(java.lang.String v)
Deprecated. 
Set the sql input file. This file must exist

getOutputFile

public java.lang.String getOutputFile()
Deprecated. 
Get the current output file.

setOutputFile

public void setOutputFile(java.lang.String v)
Deprecated. 
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.

execute

public void execute()
             throws org.apache.tools.ant.BuildException
Deprecated. 


Copyright © 2000-2002 Apache Software Foundation. All Rights Reserved.