XmlContainerConfig::setReadUncommitted API Ref

#include <DbXml.hpp>

void XmlContainerConfig::setReadUncommitted(bool value)

bool XmlContainerConfig::getReadUncommitted() const


Description: XmlContainerConfig::setReadUncommitted

If set to true then the container will support degree 1 isolation; that is, read operations may return information that has been modified by another transaction but has not yet been committed. This setting should be used rarely if at all. The default value is false.

Parameters
value

APIRef

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