XmlContainerConfig::setTransactionNotDurable API Ref

#include <DbXml.hpp>

void XmlContainerConfig::setTransactionNotDurable(bool value)

bool XmlContainerConfig::getTransactionNotDurable() const


Description: XmlContainerConfig::setTransactionNotDurable

If set to true, Berkeley DB XML will not write log records for this database. This means that updates of this database exhibit the ACI (atomicity, consistency, and isolation) properties, but not D (durability); that is, database integrity will be maintained, but if the application or system fails, integrity will not persist. The database file must be verified and/or restored from backup after a failure. The default value is false.

Parameters
value

APIRef

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