org.apache.xalan.lib.sql
public class SQLDocument extends DTMDocument
Constructor Summary | |
---|---|
SQLDocument(DTMManager mgr, int ident) |
Method Summary | |
---|---|
SQLWarning | checkWarnings() |
void | close(boolean flushConnPool)
Close down any resources used by this document. |
void | documentRegistration() |
void | documentRelease() |
void | execute(XConnection xconn, SQLQueryParser query) |
ExpressionContext | getExpressionContext()
Return the context used to build this document |
static 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. |
boolean | hasErrors()
Used by the XConnection to determine if the Document should
handle the document differently. |
void | skip(int value)
Push the record set forward value rows. |
Parameters: mgr ident
Throws: SQLException
Parameters: value