Uses of Class
org.apache.xalan.lib.sql.XConnection
Packages that use XConnection
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 XConnection in org.apache.xalan.lib.sql
Methods in org.apache.xalan.lib.sql with parameters of type XConnectionModifier and TypeMethodDescriptionvoid
SQLDocument.execute
(XConnection xconn, SQLQueryParser query) SQLQueryParser.parse
(XConnection xconn, String query, int override) Produce an SQL Statement Parser based on the incomming query.