XmlContainerConfig::setMultiversion API Ref

#include <DbXml.hpp>

void XmlContainerConfig::setMultiversion(bool value)

bool XmlContainerConfig::getMultiversion() const


Description: XmlContainerConfig::setMultiversion

If set to true then the database will be opened with support for multiversion concurrency control. This will cause updates to the container to follow a copy-on-write protocol which is required to support snapshot isolation. The DB_MULTIVERSION flag requires that the container be transactionally protected during its open. The default value is false.

Parameters
value

APIRef

Copyright (c) 1996-2009 Oracle. All rights reserved.