MongoDB C++ Driver 4.2.0
Loading...
Searching...
No Matches
mongocxx::v1::database Member List

This is the complete list of members for mongocxx::v1::database, including all inherited members.

aggregate(v1::pipeline const &pipeline, v1::aggregate_options const &opts={})mongocxx::v1::database
aggregate(v1::client_session const &session, v1::pipeline const &pipeline, v1::aggregate_options const &opts={})mongocxx::v1::database
collection(bsoncxx::v1::stdx::string_view name) constmongocxx::v1::database
create_collection(bsoncxx::v1::stdx::string_view name, bsoncxx::v1::document::view opts={}, bsoncxx::v1::stdx::optional< v1::write_concern > const &wc={})mongocxx::v1::database
create_collection(v1::client_session const &session, bsoncxx::v1::stdx::string_view name, bsoncxx::v1::document::view opts={}, bsoncxx::v1::stdx::optional< v1::write_concern > const &wc={})mongocxx::v1::database
database(database &&other) noexceptmongocxx::v1::database
database(database const &other)mongocxx::v1::database
database()mongocxx::v1::database
drop(bsoncxx::v1::stdx::optional< v1::write_concern > const &wc={})mongocxx::v1::database
drop(v1::client_session const &session, bsoncxx::v1::stdx::optional< v1::write_concern > const &wc={})mongocxx::v1::database
gridfs_bucket(v1::gridfs::bucket::options const &opts={}) constmongocxx::v1::database
has_collection(bsoncxx::v1::stdx::string_view name)mongocxx::v1::database
list_collection_names(bsoncxx::v1::document::view filter={})mongocxx::v1::database
list_collection_names(v1::client_session const &session, bsoncxx::v1::document::view filter={})mongocxx::v1::database
list_collections(bsoncxx::v1::document::view filter={})mongocxx::v1::database
list_collections(v1::client_session const &session, bsoncxx::v1::document::view filter={})mongocxx::v1::database
name() constmongocxx::v1::database
operator bool() constmongocxx::v1::databaseexplicit
operator=(database &&other) noexceptmongocxx::v1::database
operator=(database const &other)mongocxx::v1::database
operator[](bsoncxx::v1::stdx::string_view name) constmongocxx::v1::database
read_concern(v1::read_concern const &rc)mongocxx::v1::database
read_concern() constmongocxx::v1::database
read_preference(v1::read_preference const &rp)mongocxx::v1::database
read_preference() constmongocxx::v1::database
run_command(bsoncxx::v1::document::view command)mongocxx::v1::database
run_command(v1::client_session const &session, bsoncxx::v1::document::view command)mongocxx::v1::database
run_command(bsoncxx::v1::document::view command, std::uint32_t server_id)mongocxx::v1::database
watch(v1::change_stream::options const &opts={})mongocxx::v1::database
watch(v1::client_session const &session, v1::change_stream::options const &opts={})mongocxx::v1::database
watch(v1::pipeline const &pipeline, v1::change_stream::options const &opts={})mongocxx::v1::database
watch(v1::client_session const &session, v1::pipeline const &pipeline, v1::change_stream::options const &opts={})mongocxx::v1::database
write_concern(v1::write_concern const &wc)mongocxx::v1::database
write_concern() constmongocxx::v1::database
~database()mongocxx::v1::database