Berkeley DB XML: XmlManager and Related Methods

XmlManagerDescription
XmlManagerAn XmlManager.
XmlManager::compactContainerCompact the databases comprising the container.
XmlManager::createContainerCreate an XmlContainer
XmlManager::createDocumentInstantiate an XmlDocument object.
XmlManager::createIndexLookupInstantiate an XmlIndexLookup object.
XmlManager::createLocalFileInputStreamCreate an input stream to a file on disk.
XmlManager::createMemBufInputStreamCreate an input stream to a memory buffer.
XmlManager::createModifyInstantiate an XmlModify object.
XmlManager::createQueryContextInstantiate an XmlQueryContext object.
XmlManager::createResultsInstantiate an empty XmlResults object.
XmlManager::createStdInInputStreamCreate an input stream to the console.
XmlManager::createTransactionInstantiate an XmlTransaction object.
XmlManager::createURLInputStreamCreate an input stream to the specified URL.
XmlManager::createUpdateContextInstantiate an XmlUpdateContext object.
XmlManager::dumpContainerDump the container.
XmlManager::existsContainerDetermine if container exists.
XmlManager::getDbEnvGet the database environment.
XmlManager::getFlagsGet the flags used to open the manager.
XmlManager::getHomeGet the environment home directory.
XmlManager::getImplicitTimezoneGet the implicit timezone used for queries.
XmlManager::loadContainerLoad the container.
XmlManager::openContainerOpen an already existing XmlContainer.
XmlManager::prepareGet an XmlQueryExpression object.
XmlManager::queryExecute a query.
XmlManager::registerResolverThe XmlResolver that implements file resolution policy.
XmlManager::reindexContainerReindex the container.
XmlManager::removeContainerDelete the container.
XmlManager::renameContainerRename the container.
XmlManager::setDefaultContainerFlagsSet the default flags.
XmlManager::setDefaultContainerTypeSet the default container type.
XmlManager::setDefaultPageSizeSet the underlying database page size.
XmlManager::setDefaultSequenceIncrementSet the sequence number generation cache size.
XmlManager::setImplicitTimezoneSet the implicit timezone used for queries.
XmlManager::truncateContainerTruncate the container.
XmlManager::upgradeContainerUpgrade the container.
XmlManager::verifyContainerVerify the container.

Copyright (c) 1996,2007 Oracle. All rights reserved.