XmlContainerConfig::setChecksum API Ref

#include <DbXml.hpp>

void XmlContainerConfig::setChecksum(bool value)

bool XmlContainerConfig::getChecksum() const


Description: XmlContainerConfig::setChecksum

Sets whether to do checksum verification of pages read into the cache from the backing filestore. Berkeley DB XML uses the SHA1 Secure Hash Algorithm if encryption is configured and a general hash algorithm if it is not. The default value is false.

Parameters
value

APIRef

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