This is the complete list of members for storages::mongo::Collection, including all inherited members.
| Aggregate(formats::bson::Value pipeline, Options &&... options) | storages::mongo::Collection | |
| Count(formats::bson::Document filter, Options &&... options) const | storages::mongo::Collection | |
| CountApprox(Options &&... options) const | storages::mongo::Collection | |
| DeleteMany(formats::bson::Document selector, Options &&... options) | storages::mongo::Collection | |
| DeleteOne(formats::bson::Document selector, Options &&... options) | storages::mongo::Collection | |
| Drop(Options &&... options) | storages::mongo::Collection | |
| Execute(const operations::Count &) const (defined in storages::mongo::Collection) | storages::mongo::Collection | |
| Execute(const operations::CountApprox &) const (defined in storages::mongo::Collection) | storages::mongo::Collection | |
| Execute(const operations::Find &) const (defined in storages::mongo::Collection) | storages::mongo::Collection | |
| Execute(const operations::InsertOne &) (defined in storages::mongo::Collection) | storages::mongo::Collection | |
| Execute(const operations::InsertMany &) (defined in storages::mongo::Collection) | storages::mongo::Collection | |
| Execute(const operations::ReplaceOne &) (defined in storages::mongo::Collection) | storages::mongo::Collection | |
| Execute(const operations::Update &) (defined in storages::mongo::Collection) | storages::mongo::Collection | |
| Execute(const operations::Delete &) (defined in storages::mongo::Collection) | storages::mongo::Collection | |
| Execute(const operations::FindAndModify &) (defined in storages::mongo::Collection) | storages::mongo::Collection | |
| Execute(const operations::FindAndRemove &) (defined in storages::mongo::Collection) | storages::mongo::Collection | |
| Execute(operations::Bulk &&) (defined in storages::mongo::Collection) | storages::mongo::Collection | |
| Execute(const operations::Aggregate &) (defined in storages::mongo::Collection) | storages::mongo::Collection | |
| Execute(const operations::Drop &) (defined in storages::mongo::Collection) | storages::mongo::Collection | |
| Find(formats::bson::Document filter, Options &&... options) const | storages::mongo::Collection | |
| FindAndModify(formats::bson::Document query, const formats::bson::Document &update, Options &&... options) | storages::mongo::Collection | |
| FindAndRemove(formats::bson::Document query, Options &&... options) | storages::mongo::Collection | |
| FindOne(formats::bson::Document filter, Options &&... options) const | storages::mongo::Collection | |
| GetCollectionName() const | storages::mongo::Collection | |
| InsertMany(std::vector< formats::bson::Document > documents, Options &&... options) | storages::mongo::Collection | |
| InsertOne(formats::bson::Document document, Options &&... options) | storages::mongo::Collection | |
| MakeOrderedBulk(Options &&... options) | storages::mongo::Collection | |
| MakeUnorderedBulk(Options &&... options) | storages::mongo::Collection | |
| ReplaceOne(formats::bson::Document selector, formats::bson::Document replacement, Options &&... options) | storages::mongo::Collection | |
| UpdateMany(formats::bson::Document selector, formats::bson::Document update, Options &&... options) | storages::mongo::Collection | |
| UpdateOne(formats::bson::Document selector, formats::bson::Document update, Options &&... options) | storages::mongo::Collection |