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.


Description: XmlResults.previous(XmlValue)

Parameters

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

Description: XmlResults.next(XmlDocument)

Parameters

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

APIRef

Copyright (c) 1996-2004 Sleepycat Software, Inc. - All rights reserved.