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.


Description: XmlResults.next(XmlValue)

Parameters

value
The XmlValue into which the next value in the result set is to be placed.

Description: XmlResults.next(XmlDocument)

Parameters

document
The XmlDocument into which the next document in the result set is to be placed.

APIRef

Copyright (c) 1996,2007 Oracle. All rights reserved.