18 #include "mongo/client/dbclient_writer.h"
29 const std::vector<WriteOperation*>& write_operations,
31 bool bypassDocumentValidation,
39 bool bypassDocumentValidation,
Represents a single server side write operation and encapsulates the process for encoding the operati...
Definition: write_operation.h:31
A StringData object wraps a 'const string&' or a 'const char*' without copying its contents...
Definition: string_data.h:43
Utility functions for parsing numbers from strings.
Definition: compare_numbers.h:20
Utility for creating a BSONObj.
Definition: bsonobjbuilder.h:53
Class representing the result of a write operations sent to the server.
Definition: write_result.h:33
Class to encapsulate client side "Write Concern" concept.
Definition: write_concern.h:35
Definition: dbclient_writer.h:27
Definition: command_writer.h:24
abstract class that implements the core db operations
Definition: dbclientinterface.h:1422
Definition: bsonobjbuilder.h:765
C++ representation of a "BSON" object – that is, an extended JSON-style object in a binary represent...
Definition: bsonobj.h:78