Uses of Class
org.apache.xalan.lib.sql.SQLDocument
Packages that use SQLDocument
Package
Description
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 SQLDocumentModifier and TypeMethodDescriptionstatic 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 SQLDocumentModifier and TypeMethodDescriptionvoid
XConnection.setError
(Exception excp, SQLDocument doc, SQLWarning warn) Set an error and/or warning on this connection.