Berkeley DB XML: XmlContainerConfig and Related Methods

XmlContainerConfigDescription
XmlContainerConfigUsed to configure a container.
XmlContainerConfig::setAllowCreateSets whether to create the container if it does not exist.
XmlContainerConfig::setAllowValidationSets whether XML is validated.
XmlContainerConfig::setChecksumSets whether to use checksum verification.
XmlContainerConfig::setCompressionNameSets the compression to be used.
XmlContainerConfig::setContainerTypeSets the container type.
XmlContainerConfig::setEncryptedSets whether to use encryption.
XmlContainerConfig::setExclusiveCreateSets whether to throw an exception if the container exists.
XmlContainerConfig::setModeSets the mode of the container files.
XmlContainerConfig::setIndexNodesSets whether to index nodes or documents.
XmlContainerConfig::setMultiversionEnable multiversion concurrency control.
XmlContainerConfig::setNoMMapSets whether to map containers into process memory.
XmlContainerConfig::setPageSizeSets the page size used by the container.
XmlContainerConfig::setReadUncommittedEnable dirty reads.
XmlContainerConfig::setSequenceIncrementSet the sequence number generation cache size.
XmlContainerConfig::setReadOnlySets whether the container is read only.
XmlContainerConfig::setStatisticsSets whether to store structural statistics.
XmlContainerConfig::setThreadedSets whether to return the container handle as free-threaded.
XmlContainerConfig::setTransactionalSets whether transactions are used.
XmlContainerConfig::setTransactionNotDurableSets whether operations are not durable.

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