XmlResults::concatResults API Ref

#include <DbXml.hpp>

void XmlResults::concatResults(XmlResults &from);


Description: XmlResults::concatResults

Concatenates transient copies of all XmlValue objects in the from argument into the current result set. Copied values no longer reference database objects and can be safely used outside of transactions. Modifications of the values will not affect containers.

The XmlResults object in the from argument may be lazily or eagerly evaluated. If it is eager, it is reset before and after use by calling XmlResults::reset.


Errors

The XmlResults::concatResults 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.