BEA Systems, Inc.


weblogic.apache.xalan.lib.sql
Class SQLErrorDocument

java.lang.Object
  |
  +--weblogic.apache.xml.dtm.ref.DTMDefaultBase
        |
        +--weblogic.apache.xml.dtm.ref.DTMDefaultBaseTraversers
              |
              +--weblogic.apache.xml.dtm.ref.DTMDefaultBaseIterators
                    |
                    +--weblogic.apache.xalan.lib.sql.DTMDocument
                          |
                          +--weblogic.apache.xalan.lib.sql.SQLErrorDocument

public class SQLErrorDocument
extends DTMDocument

The SQL Document is the main controlling class the executesa SQL Query

This class is based on an implementation from the Apache XML Project. In future releases the XML parser, XSLT processor, and associated classes will likely be updated to be based on a later version of the Apache implementations. Since Apache does not guarantee backwards compatibility between versions of their software, we cannot guarantee backwards compatibility of any of the classes contained in the weblogic.apache package or sub-packages.


Inner classes inherited from class weblogic.apache.xalan.lib.sql.DTMDocument
DTMDocument.CharacterNodeHandler
 
Fields inherited from class weblogic.apache.xalan.lib.sql.DTMDocument
m_attribute, m_Document_TypeID, m_DocumentIdx, m_ObjectArray, m_TextNode_TypeID, S_ATTRIB_NOT_SUPPORTED, S_DOCUMENT, S_ELEMENT_NODE, S_ISFALSE, S_ISTRUE, S_NAMESPACE, S_TEXT_NODE
 
Fields inherited from class weblogic.apache.xml.dtm.ref.DTMDefaultBase
m_blocksize, m_documentBaseURI, m_dtmIdent, m_elemIndexes, m_expandedNameTable, m_exptype, m_firstch, m_indexing, m_initialblocksize, m_mgr, m_mgrDefault, m_namespaceDeclSetElements, m_namespaceDeclSets, m_nextsib, m_parent, m_prevsib, m_shouldStripWhitespaceStack, m_shouldStripWS, m_size, m_traversers, m_wsfilter, m_xstrf, NOTPROCESSED, ROOTNODE
 
Constructor Summary
SQLErrorDocument(weblogic.apache.xml.dtm.DTMManager mgr, int ident, java.lang.Exception error)
          Build up an Error Exception with just the Standard Error Information
SQLErrorDocument(weblogic.apache.xml.dtm.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
protected  void createExpandedNameTable()
          Populate the Expanded Name Table with the Node that we will use.
 
Methods inherited from class weblogic.apache.xalan.lib.sql.DTMDocument
_exptype, _firstch, _level, _nextsib, _parent, _prevsib, _type, addAttributeToNode, addElement, addElementWithData, appendChild, appendTextChild, cloneAttributeFromNode, declareNamespaceInContext, dispatchCharactersEvents, dispatchNodeData, dispatchToEvents, dumpDTM, ensureSize, ensureSizeOfIndex, error, findGTE, findInSortedSuballocatedIntVector, findNamespaceContext, getAttributeNode, getAxisIterator, getAxisTraverser, getContentHandler, getDeclHandler, getDocument, getDocumentAllDeclarationsProcessed, getDocumentBaseURI, getDocumentEncoding, getDocumentStandalone, getDocumentSystemIdentifier, getDocumentTypeDeclarationPublicIdentifier, getDocumentTypeDeclarationSystemIdentifier, getDocumentVersion, getDTDHandler, getElementById, getEntityResolver, getErrorHandler, getExpandedTypeID, getExpandedTypeID, getFirstAttribute, getFirstChild, getFirstNamespaceNode, getLastChild, getLevel, getLexicalHandler, getLocalName, getLocalNameFromExpandedNameID, getNamespaceFromExpandedNameID, getNamespaceType, getNamespaceURI, getNextAttribute, getNextNamespaceNode, getNextNodeIdentity, getNextSibling, getNode, getNodeName, getNodeNameX, getNodeType, getNodeValue, getNumberOfNodes, getOwnerDocument, getParent, getPrefix, getPreviousSibling, getShouldStripWhitespace, getSourceLocatorFor, getStringValue, getStringValueChunk, getStringValueChunkCount, getTypedAxisIterator, getUnparsedEntityURI, hasChildNodes, indexNode, isAttributeSpecified, isCharacterElementContentWhitespace, isDocumentAllDeclarationsProcessed, isNodeAfter, isSupported, needsTwoThreads, nextNode, popShouldStripWhitespace, pushShouldStripWhitespace, setDocumentBaseURI, setFeature, setProperty, setShouldStripWhitespace, supportsPreStripping
 
Methods inherited from class weblogic.apache.xml.dtm.ref.DTMDefaultBase
documentRegistration, documentRelease, dumpNode, getDTMIDs, getManager, makeNodeHandle, makeNodeIdentity
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SQLErrorDocument

public SQLErrorDocument(weblogic.apache.xml.dtm.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.

Parameters:
mgr -  
ident -  
error -  

SQLErrorDocument

public SQLErrorDocument(weblogic.apache.xml.dtm.DTMManager mgr,
                        int ident,
                        java.lang.Exception error)
Build up an Error Exception with just the Standard Error Information

Parameters:
mgr -  
ident -  
error -  
Method Detail

createExpandedNameTable

protected void createExpandedNameTable()
Populate the Expanded Name Table with the Node that we will use. Keep a reference of each of the types for access speed.

Returns:
 
Overrides:
createExpandedNameTable in class DTMDocument

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs70

Copyright © 2004 BEA Systems, Inc. All Rights Reserved.
WebLogic Server 7.0 API Reference