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) const | mongocxx::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) noexcept | mongocxx::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={}) const | mongocxx::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() const | mongocxx::v1::database | |
| operator bool() const | mongocxx::v1::database | explicit |
| operator=(database &&other) noexcept | mongocxx::v1::database | |
| operator=(database const &other) | mongocxx::v1::database | |
| operator[](bsoncxx::v1::stdx::string_view name) const | mongocxx::v1::database | |
| read_concern(v1::read_concern const &rc) | mongocxx::v1::database | |
| read_concern() const | mongocxx::v1::database | |
| read_preference(v1::read_preference const &rp) | mongocxx::v1::database | |
| read_preference() const | mongocxx::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() const | mongocxx::v1::database | |
| ~database() | mongocxx::v1::database |