XmlResults::next API Ref

#include <DbXml.hpp>

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


Description: XmlResults::next

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


Description: XmlResults.next(XmlValue) Parameters
value

Description: XmlResults.next(XmlDocument) Parameters
document

APIRef

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