#include <database_holder.h>
◆ ~Impl()
mongo::DatabaseHolder::Impl::~Impl |
( |
| ) |
|
|
pure virtualdefault |
◆ close()
virtual void mongo::DatabaseHolder::Impl::close |
( |
OperationContext * |
opCtx, |
|
|
StringData |
ns, |
|
|
const std::string & |
reason |
|
) |
| |
|
pure virtual |
◆ closeAll()
virtual void mongo::DatabaseHolder::Impl::closeAll |
( |
OperationContext * |
opCtx, |
|
|
const std::string & |
reason |
|
) |
| |
|
pure virtual |
◆ get()
virtual Database* mongo::DatabaseHolder::Impl::get |
( |
OperationContext * |
opCtx, |
|
|
StringData |
ns |
|
) |
| const |
|
pure virtual |
◆ getNamesWithConflictingCasing()
virtual std::set<std::string> mongo::DatabaseHolder::Impl::getNamesWithConflictingCasing |
( |
StringData |
name | ) |
|
|
pure virtual |
◆ openDb()
virtual Database* mongo::DatabaseHolder::Impl::openDb |
( |
OperationContext * |
opCtx, |
|
|
StringData |
ns, |
|
|
bool * |
justCreated |
|
) |
| |
|
pure virtual |
The documentation for this class was generated from the following files: