Uses of Class
org.apache.xalan.lib.sql.SQLQueryParser
Packages that use SQLQueryParser
Package
Description
Provides extension functions for connecting to a JDBC data source, executing a query,
and working incrementally through a "streamable" result set.
-
Uses of SQLQueryParser in org.apache.xalan.lib.sql
Methods in org.apache.xalan.lib.sql that return SQLQueryParserModifier and TypeMethodDescriptionSQLQueryParser.parse
(XConnection xconn, String query, int override) Produce an SQL Statement Parser based on the incomming query.Methods in org.apache.xalan.lib.sql with parameters of type SQLQueryParserModifier and TypeMethodDescriptionvoid
SQLDocument.execute
(XConnection xconn, SQLQueryParser query)