Deprecated.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.
Deprecated.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.
Deprecated.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.
Returns a boolean value indicating whether or not the queries should also
be performed on the target tables when foreign key columns from the
current query are found.
Deprecated.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.
Sets a boolean value indicating whether or not the queries should also be
performed on the target tables when foreign key columns from the
current query are found.
Deprecated.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.