Deprecated API

Deprecated Methods
com.ibm.etools.sqltoxml.SQLToXML.execute(PrintWriter, String, String, PrintWriter)
          Executes a query based on information from QueryProperties and the results are written to the PrintWriters and/or files. When any argument other than 'xml' is null, no result is generated for that particular argument. Also, if both dtdfile and xsdfile are specified, only xsdfile is generated. 
com.ibm.etools.sqltoxml.SQLToXML.execute(String, PrintWriter, String, String, PrintWriter)
          Executes a query based on information from QueryProperties and the results are written to the PrintWriters and/or files. When any argument other than 'xml' is null, no result is generated for that particular argument. Also, if both dtdfile and xsdfile are specified, only xsdfile is generated. This method is used when the query contains a where-clause and its constraints are given in 'params' String argument. These constraint parameters are delimited using comma (,) in the argument. 
com.ibm.etools.sqltoxml.SQLToXML.execute(String, String, String, String)
          Executes a query based on information from QueryProperties and the results are written to the files. When any argument other than 'xml' is null, no result is generated for that particular argument. Also, if both dtdfile and xsdfile are specified, only xsdfile is generated. 
com.ibm.etools.sqltoxml.QueryProperties.getVarTypes()
          Returns a sequence of substitution parameter types. VarTypes are used when a SQL statement contains substitution parameters, such as '?', and the user wants to indicate the data types for those parameters explicitly. 
com.ibm.etools.sqltoxml.SQLToXML.setGenDocType(boolean)
          Controls whether or not to generate a DTD or an XML schema file for validation purposes. 
com.ibm.etools.sqltoxml.QueryProperties.setVarTypes(Vector)
          VarTypes are used when a SQL statement contains substitution parameters, such as '?', and the user wants to indicate the data types for those parameters explicitly.