|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SQLQueryParser | |
---|---|
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 SQLQueryParser in org.apache.xalan.lib.sql |
---|
Fields in org.apache.xalan.lib.sql declared as SQLQueryParser | |
---|---|
private SQLQueryParser |
XConnection.m_QueryParser
One a per XConnection basis there is a master QueryParser that is responsible for generating Query Parsers. |
private SQLQueryParser |
SQLDocument.m_QueryParser
The parameter definitions if this is a callable statement with output parameters. |
Methods in org.apache.xalan.lib.sql that return SQLQueryParser | |
---|---|
SQLQueryParser |
SQLQueryParser.parse(XConnection xconn,
java.lang.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 SQLQueryParser | |
---|---|
void |
SQLDocument.execute(XConnection xconn,
SQLQueryParser query)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |