Package | Description |
---|---|
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.
|
Modifier and Type | Method | Description |
---|---|---|
void |
SQLDocument.execute(XConnection xconn,
SQLQueryParser query) |
|
SQLQueryParser |
SQLQueryParser.parse(XConnection xconn,
java.lang.String query,
int override) |
Produce an SQL Statement Parser based on the incomming query.
|
Copyright ? 2014 Apache XML Project. All Rights Reserved.