|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.xml.dtm.ref.DTMDefaultBase
org.apache.xml.dtm.ref.DTMDefaultBaseTraversers
org.apache.xml.dtm.ref.DTMDefaultBaseIterators
org.apache.xalan.lib.sql.DTMDocument
org.apache.xalan.lib.sql.SQLErrorDocument
public class SQLErrorDocument
The SQL Document is the main controlling class the executesa SQL Query
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.xalan.lib.sql.DTMDocument |
---|
DTMDocument.CharacterNodeHandler |
Field Summary |
---|
Fields inherited from class org.apache.xml.dtm.ref.DTMDefaultBase |
---|
DEFAULT_BLOCKSIZE, DEFAULT_NUMBLOCKS, DEFAULT_NUMBLOCKS_SMALL, m_mgr, ROOTNODE |
Fields inherited from interface org.apache.xml.dtm.DTM |
---|
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NAMESPACE_NODE, NOTATION_NODE, NTYPES, NULL, PROCESSING_INSTRUCTION_NODE, ROOT_NODE, TEXT_NODE |
Constructor Summary | |
---|---|
SQLErrorDocument(DTMManager mgr,
int ident,
java.lang.Exception error)
Build up an Error Exception with just the Standard Error Information |
|
SQLErrorDocument(DTMManager mgr,
int ident,
java.lang.Exception error,
java.sql.SQLWarning warning,
boolean full)
Build up an Error Exception with just the Standard Error Information |
|
SQLErrorDocument(DTMManager mgr,
int ident,
java.sql.SQLException error)
Build up an SQLErrorDocument that includes the basic error information along with the Extended SQL Error information. |
Method Summary |
---|
Methods inherited from class org.apache.xml.dtm.ref.DTMDefaultBase |
---|
documentRegistration, documentRelease, dumpDTM, dumpNode, getDocumentRoot, getDTMIDs, getManager, getNodeHandle, getNodeIdent, getTypedFirstChild, getTypedNextSibling, makeNodeHandle, makeNodeIdentity, migrateTo |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SQLErrorDocument(DTMManager mgr, int ident, java.sql.SQLException error)
mgr
- ident
- error
- public SQLErrorDocument(DTMManager mgr, int ident, java.lang.Exception error)
mgr
- ident
- error
- public SQLErrorDocument(DTMManager mgr, int ident, java.lang.Exception error, java.sql.SQLWarning warning, boolean full)
mgr
- ident
- error
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |