XmlContainerConfig::setThreaded API Ref

#include <DbXml.hpp>

void XmlContainerConfig::setThreaded(bool value)

bool XmlContainerConfig::getThreaded() const


Description: XmlContainerConfig::setThreaded

Causes the container handle to be free-threaded; that is, concurrently usable by multiple threads in the address space. If multiple threads access a container that does not have this property set the results are unpredictable. The default value is false.

Parameters
value

APIRef

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