#include <query.h>
Public Member Functions | |
| UpdateResult (bool e, bool m, unsigned long long n, const BSONObj &upsertedObject=BSONObj()) | |
Public Attributes | |
| bool | existing |
| bool | mod |
| long long | num |
| OID | upserted |
Definition at line 82 of file query.h.
| long long mongo::UpdateResult::num |