|
MongoDB C++ Driver 4.1.4
|
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) const | mongocxx::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() noexcept | mongocxx::database | |
| database(database &&) noexcept | mongocxx::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()) const | mongocxx::database | |
| has_collection(bsoncxx::v_noabi::string::view_or_value name) const | mongocxx::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() const | mongocxx::database | |
| operator bool() const noexcept | mongocxx::database | explicit |
| operator=(database &&) noexcept | mongocxx::database | |
| operator=(database const &) | mongocxx::database | |
| operator[](bsoncxx::v_noabi::string::view_or_value name) const | mongocxx::database | inline |
| read_concern(mongocxx::v_noabi::read_concern rc) | mongocxx::database | |
| read_concern() const | mongocxx::database | |
| read_preference(mongocxx::v_noabi::read_preference rp) | mongocxx::database | |
| read_preference() const | mongocxx::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() const | mongocxx::database | |
| ~database() | mongocxx::database |