![]() |
Storage Engine API
|
#include "mongo/db/catalog/database.h"#include <memory>#include <string>#include "mongo/base/string_data.h"#include "mongo/bson/bsonobj.h"#include "mongo/db/catalog/collection_options.h"#include "mongo/db/namespace_string.h"#include "mongo/db/storage/storage_options.h"#include "mongo/db/views/view.h"#include "mongo/db/views/view_catalog.h"#include "mongo/util/mongoutils/str.h"#include "mongo/util/string_map.h"Go to the source code of this file.
Classes | |
| class | mongo::DatabaseImpl |
| Represents a logical database containing Collections. More... | |
| class | mongo::DatabaseImpl::iterator |
| Iterating over a Database yields Collection* pointers. More... | |
Namespaces | |
| mongo | |
| Copyright (C) 2014 MongoDB Inc. | |
Functions | |
| void | mongo::dropAllDatabasesExceptLocalImpl (OperationContext *opCtx) |