XmlResults::peek

API Ref

#include <DbXml.hpp>

bool XmlResults::peek(XmlValue &value) bool XmlResults::peek(XmlDocument &document)


Description: XmlResults::peek

Returns the current element in the results set without moving the internal iterator. If the provided object is successfully populated, this method returns true; otherwise, false is returned.


Description: XmlResults.peek(XmlValue)

Parameters

value
The XmlValue object used to return the current value in the results set.

Description: XmlResults.peek(XmlDocument)

Parameters

document
The XmlDocument object used to return the current value in the results set.

APIRef

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