XmlUpdateContext::setApplyChangesToContainers |
![]() ![]() |
#include <DbXml.hpp>void XmlUpdateContext::setApplyChangesToContainers(bool applyChanges)
bool XmlUpdateContext::getApplyChangesToContainers()
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.
![]() ![]() |
Copyright (c) 1996-2005 Sleepycat Software, Inc. - All rights reserved.