MongoDB C++ Driver
mongocxx-3.0.2
|
This is the complete list of members for mongocxx::database, including all inherited members.
collection(bsoncxx::string::view_or_value name) const | mongocxx::database | |
create_collection(bsoncxx::string::view_or_value name, const options::create_collection &options=options::create_collection()) | mongocxx::database | |
database() noexcept | mongocxx::database | |
database(database &&) noexcept | mongocxx::database | |
database(const database &) | mongocxx::database | |
drop() | mongocxx::database | |
has_collection(bsoncxx::string::view_or_value name) const | mongocxx::database | |
list_collections(bsoncxx::document::view_or_value filter={}) | mongocxx::database | |
modify_collection(stdx::string_view name, const options::modify_collection &options=options::modify_collection()) | mongocxx::database | |
name() const | mongocxx::database | |
operator bool() const noexcept | mongocxx::database | explicit |
operator=(database &&) noexcept | mongocxx::database | |
operator=(const database &) | mongocxx::database | |
operator[](bsoncxx::string::view_or_value name) const | mongocxx::database | |
read_concern(class read_concern rc) | mongocxx::database | |
read_concern() const | mongocxx::database | |
read_preference(class read_preference rp) | mongocxx::database | |
read_preference() const | mongocxx::database | |
run_command(bsoncxx::document::view_or_value command) | mongocxx::database | |
write_concern(class write_concern wc) | mongocxx::database | |
write_concern() const | mongocxx::database | |
~database() | mongocxx::database |