|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XConnection | |
---|---|
org.apache.xalan.lib.sql | 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 |
---|
Fields in org.apache.xalan.lib.sql declared as XConnection | |
---|---|
private XConnection |
SQLDocument.m_XConnection
XConnection this document came from. |
Methods in org.apache.xalan.lib.sql with parameters of type XConnection | |
---|---|
void |
SQLDocument.execute(XConnection xconn,
SQLQueryParser query)
|
private void |
SQLQueryParser.parse(XConnection xconn,
int override)
Produce an SQL Statement Parser based on the incomming query. |
SQLQueryParser |
SQLQueryParser.parse(XConnection xconn,
java.lang.String query,
int override)
Produce an SQL Statement Parser based on the incomming query. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |