MongoDB C++ Driver 4.1.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
mongocxx::database Member List

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

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