XmlContainerConfig::​getTransactionNotDurable

#include <DbXml.hpp>

bool XmlContainerConfig::getTransactionNotDurable() const

Returns whether log records are written for updates made to this container. This value can be managed using the XmlContainerConfig::​setTransactionNotDurable method. If this method returns true, then log records are not written for updates to this container, and so the updates are not durable.

Class

XmlContainerConfig

See Also

XmlContainerConfig Methods