|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.xml.utils.UnImplNode | +--org.apache.xalan.lib.sql.StreamableNode | +--org.apache.xalan.lib.sql.RowSet
The row-set is the controlling element in the Document that determines if the JDB ResultSet is being traversed or if the ResultSet MetaData is being interogated.
The DTD for the Document is a follows. <row-set> <column-header
org.apache.xalan.lib.sql.ColumnAttributes
> . . One for each column in the Query . <column-header /> <row> . . One for each Row in the query . <colColumnAttribute
> The Data for the column </col> . . . One for each column in the Row . . </row> <row-set>
Constructor Summary | |
RowSet(XStatement statement)
Constructor RowSet |
Method Summary | |
Node |
getFirstChild()
|
Node |
getNextSibling()
getNextSibling |
java.lang.String |
getNodeName()
Return node name: "row-set". |
Node |
getParentNode()
The parent node of row-set is #Document (represented by XStatement). |
boolean |
hasChildNodes()
Tell if there are any children of the document, which is always true. |
Methods inherited from class org.apache.xalan.lib.sql.StreamableNode |
getAttributes,
getLength,
getLocalName,
getNamedItem,
getNamedItemNS,
getNamespaceURI,
getNodeTest,
getNodeType,
getOwnerDocument,
getPrefix,
getUid,
getXStatement,
incermentOrderIndex,
isSupported,
item,
removeNamedItem,
removeNamedItemNS,
setNamedItem,
setNamedItemNS,
setNodeTest |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public RowSet(XStatement statement)
statement
- Owning documentMethod Detail |
public java.lang.String getNodeName()
public Node getFirstChild()
public Node getNextSibling()
public Node getParentNode()
public boolean hasChildNodes()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |