MongoDB C++ Driver
legacy-1.1.2
|
This is the complete list of members for mongo::DBClientInterface, including all inherited members.
findN(std::vector< BSONObj > &out, const std::string &ns, Query query, int nToReturn, int nToSkip=0, const BSONObj *fieldsToReturn=0, int queryOptions=0, int batchSize=0) | mongo::DBClientInterface | |
findOne(const std::string &ns, const Query &query, const BSONObj *fieldsToReturn=0, int queryOptions=0) | mongo::DBClientInterface | virtual |
getMore(const std::string &ns, long long cursorId, int nToReturn=0, int options=0)=0 | mongo::DBClientInterface | pure virtual |
save(const StringData &ns, const BSONObj &toSave, const WriteConcern *wc=NULL) | mongo::DBClientInterface |