XmlManager::removeContainer |
![]() ![]() |
#include <DbXml.hpp>void XmlManager::removeContainer(XmlTransaction &txn, const std::string &name);
The XmlManager::removeContainer method removes the underlying file for the container from the file system.
The container must be closed; the system throws an exception if the container is open.
The container must have been opened at least once; the system throws an exception if the underlying file has not yet been created.
The XmlManager::removeContainer method may fail and throw XmlException, encapsulating one of the following non-zero errors:
![]() ![]() |
Copyright (c) 1996-2005 Sleepycat Software, Inc. - All rights reserved.