XmlResults::previous API Ref

#include <DbXml.hpp>

bool XmlResults::previous(XmlValue &value); bool XmlResults::previous(XmlDocument &document);


Description: XmlResults::previous

Retrieves the previous value in the result set. When the first value in the results set has been reached, the XmlResults::previous method returns false. In an eager results set the iterator logically points "between" adjacent entries which means that alternating calls to previous() and next() will return the same value.


Description: XmlResults.previous(XmlValue) Parameters
value

Description: XmlResults.next(XmlDocument) Parameters
document

Errors

The XmlResults::previous method may fail and throw XmlException, encapsulating one of the following non-zero errors:


LAZY_EVALUATION

APIRef

Copyright (c) 1996-2009 Oracle. All rights reserved.