|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SQLDocument | |
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 SQLDocument in org.apache.xalan.lib.sql |
Methods in org.apache.xalan.lib.sql that return SQLDocument | |
static SQLDocument |
SQLDocument.getNewDocument(ExpressionContext exprContext)
This static method simplifies the creation of an SQL Document and allows us to embedd the complexity of creating / handling the dtmIdent inside the document. |
Methods in org.apache.xalan.lib.sql with parameters of type SQLDocument | |
void |
XConnection.setError(java.lang.Exception excp,
SQLDocument doc,
java.sql.SQLWarning warn)
Set an error and/or warning on this connection. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |