18 #include "mongo/client/dbclient_writer.h"
29 const std::vector<WriteOperation*>& write_operations,
31 bool bypassDocumentValidation,
36 BSONObj _send(WriteOpType opCode,
41 bool _batchableRequest(WriteOpType opCode,
const WriteResult*
const writeResult);
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
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: wire_protocol_writer.h:24
Definition: dbclient_writer.h:27
abstract class that implements the core db operations
Definition: dbclientinterface.h:1422
C++ representation of a "BSON" object – that is, an extended JSON-style object in a binary represent...
Definition: bsonobj.h:78