MongoDB C++ Driver mongocxx-3.7.0
Loading...
Searching...
No Matches
mongocxx::database Member List

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

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