Uses of Class
org.apache.xalan.lib.sql.SQLDocument
-
Packages that use SQLDocument 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. -
-
Uses of SQLDocument in org.apache.xalan.lib.sql
Methods in org.apache.xalan.lib.sql that return SQLDocument Modifier and Type Method Description 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 Modifier and Type Method Description void
XConnection. setError(java.lang.Exception excp, SQLDocument doc, java.sql.SQLWarning warn)
Set an error and/or warning on this connection.
-