XmlUpdateContext::setApplyChangesToContainers

API Ref

#include <DbXml.hpp>

void XmlUpdateContext::setApplyChangesToContainers(bool applyChanges)

bool XmlUpdateContext::getApplyChangesToContainers()


Description: XmlUpdateContext::setApplyChangesToContainers

The XmlUpdateContext::setApplyChangesToContainers method controls whether modifications made during an update caused by XmlModify::execute are written to the corresponding XmlContainer. If applyChanges is true (the default value), changes are written to the container. This allows modifications to be grouped before being written, as well as modifications that are not written at all.


APIRef

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