MongoDB C++ Driver
mongocxx-3.0.2
|
This is the complete list of members for mongocxx::collection, including all inherited members.
aggregate(const pipeline &pipeline, const options::aggregate &options=options::aggregate()) | mongocxx::collection | |
bulk_write(const container_type &writes, const options::bulk_write &options=options::bulk_write()) | mongocxx::collection | |
bulk_write(write_model_iterator_type begin, write_model_iterator_type end, const options::bulk_write &options=options::bulk_write()) | mongocxx::collection | |
bulk_write(const class bulk_write &bulk_write) | mongocxx::collection | |
collection() noexcept | mongocxx::collection | |
collection(collection &&) noexcept | mongocxx::collection | |
collection(const collection &) | mongocxx::collection | |
count(bsoncxx::document::view_or_value filter, const options::count &options=options::count()) | mongocxx::collection | |
create_index(bsoncxx::document::view_or_value keys, const options::index &options=options::index()) | mongocxx::collection | |
delete_many(bsoncxx::document::view_or_value filter, const options::delete_options &options=options::delete_options()) | mongocxx::collection | |
delete_one(bsoncxx::document::view_or_value filter, const options::delete_options &options=options::delete_options()) | mongocxx::collection | |
distinct(bsoncxx::string::view_or_value name, bsoncxx::document::view_or_value filter, const options::distinct &options=options::distinct()) | mongocxx::collection | |
drop() | mongocxx::collection | |
find(bsoncxx::document::view_or_value filter, const options::find &options=options::find()) | mongocxx::collection | |
find_one(bsoncxx::document::view_or_value filter, const options::find &options=options::find()) | mongocxx::collection | |
find_one_and_delete(bsoncxx::document::view_or_value filter, const options::find_one_and_delete &options=options::find_one_and_delete()) | mongocxx::collection | |
find_one_and_replace(bsoncxx::document::view_or_value filter, bsoncxx::document::view_or_value replacement, const options::find_one_and_replace &options=options::find_one_and_replace()) | mongocxx::collection | |
find_one_and_update(bsoncxx::document::view_or_value filter, bsoncxx::document::view_or_value update, const options::find_one_and_update &options=options::find_one_and_update()) | mongocxx::collection | |
insert_many(const container_type &container, const options::insert &options=options::insert()) | mongocxx::collection | |
insert_many(document_view_iterator_type begin, document_view_iterator_type end, const options::insert &options=options::insert()) | mongocxx::collection | |
insert_one(bsoncxx::document::view_or_value document, const options::insert &options=options::insert()) | mongocxx::collection | |
list_indexes() const | mongocxx::collection | |
name() const | mongocxx::collection | |
operator bool() const noexcept | mongocxx::collection | explicit |
operator=(collection &&) noexcept | mongocxx::collection | |
operator=(const collection &) | mongocxx::collection | |
read_concern(class read_concern rc) | mongocxx::collection | |
read_concern() const | mongocxx::collection | |
read_preference(class read_preference rp) | mongocxx::collection | |
read_preference() const | mongocxx::collection | |
rename(bsoncxx::string::view_or_value new_name, bool drop_target_before_rename=false) | mongocxx::collection | |
replace_one(bsoncxx::document::view_or_value filter, bsoncxx::document::view_or_value replacement, const options::update &options=options::update()) | mongocxx::collection | |
update_many(bsoncxx::document::view_or_value filter, bsoncxx::document::view_or_value update, const options::update &options=options::update()) | mongocxx::collection | |
update_one(bsoncxx::document::view_or_value filter, bsoncxx::document::view_or_value update, const options::update &options=options::update()) | mongocxx::collection | |
write_concern(class write_concern wc) | mongocxx::collection | |
write_concern() const | mongocxx::collection | |
~collection() | mongocxx::collection |