|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.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.SQLDocument
The SQL Document is the main controlling class the executesa SQL Query
Inner classes inherited from class org.apache.xalan.lib.sql.DTMDocument |
DTMDocument.CharacterNodeHandler |
Fields inherited from class org.apache.xml.dtm.ref.DTMDefaultBase |
DEFAULT_BLOCKSIZE,
DEFAULT_NUMBLOCKS,
DEFAULT_NUMBLOCKS_SMALL,
m_mgr,
ROOTNODE |
Constructor Summary | |
SQLDocument(DTMManager mgr,
int ident,
ConnectionPool pool,
java.sql.Connection con,
java.sql.Statement stmt,
java.sql.ResultSet data,
boolean streamingMode)
|
Method Summary | |
void |
close()
Clean up our ties to the database but this does not necessarly clean up the document. |
void |
closeOnError()
When an error occurs, the XConnection will call this method do that we can deal with the Connection properly |
void |
documentRegistration()
|
void |
documentRelease()
|
Methods inherited from class org.apache.xml.dtm.ref.DTMDefaultBase |
dumpDTM,
dumpNode,
getDocumentRoot,
getDTMIDs,
getManager,
getNodeHandle,
getNodeIdent,
getTypedFirstChild,
getTypedNextSibling,
makeNodeHandle,
makeNodeIdentity |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public SQLDocument(DTMManager mgr, int ident, ConnectionPool pool, java.sql.Connection con, java.sql.Statement stmt, java.sql.ResultSet data, boolean streamingMode) throws java.sql.SQLException
mgr
- ident
- pool
- con
- stmt
- data
- streamingMode
- Method Detail |
public void close()
public void closeOnError()
public void documentRegistration()
public void documentRelease()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |