javax.xml.xquery
Interface XQResultSequence

All Superinterfaces:
XQItemAccessor, XQSequence
All Known Implementing Classes:
XQAbstractResultSequence, XQResultSequenceImpl

public interface XQResultSequence
extends XQSequence

Author:
Michael Stark

Method Summary
 void clearWarnings()
          Clears the list of warnings associated with this result sequence.
 XQConnection getConnection()
          Gets the XQuery Connection associated with this result sequence.
 XQWarning getWarnings()
          Gets the first warning in the list of warnings associated with this result sequence.
 
Methods inherited from interface javax.xml.xquery.XQSequence
absolute, afterLast, beforeFirst, close, first, getCachedItem, getItem, getSequenceAsStream, getSequenceAsString, getSequenceAsString, isAfterLast, isBeforeFirst, isClosed, isFirst, isLast, isOnItem, isScrollable, last, next, previous, relative, writeSequence, writeSequence, writeSequence, writeSequenceToSAX, writeSequenceToStream
 
Methods inherited from interface javax.xml.xquery.XQItemAccessor
getCalendar, getDouble, getInt, getItemType, getLexicalValue, getLong, getNode, getNodeUri, getObject, getObject, getString, getXMLStreamReader, instanceOf, writeSAX, writeXMLStream
 

Method Detail

clearWarnings

void clearWarnings()
Clears the list of warnings associated with this result sequence.


getConnection

XQConnection getConnection()
                           throws XQException
Gets the XQuery Connection associated with this result sequence.

Throws:
XQException

getWarnings

XQWarning getWarnings()
                      throws XQException
Gets the first warning in the list of warnings associated with this result sequence.

Throws:
XQException