mongo::Helpers Member List
This is the complete list of members for
mongo::Helpers, including all inherited members.
| emptyCollection(const char *ns) | mongo::Helpers | [static] |
| ensureIndex(const char *ns, BSONObj keyPattern, bool unique, const char *name) | mongo::Helpers | [static] |
| findById(Client &, const char *ns, BSONObj query, BSONObj &result, bool *nsFound=0, bool *indexFound=0) | mongo::Helpers | [static] |
| findById(NamespaceDetails *d, BSONObj query) | mongo::Helpers | [static] |
| findOne(const char *ns, const BSONObj &query, BSONObj &result, bool requireIndex=false) | mongo::Helpers | [static] |
| findOne(const char *ns, const BSONObj &query, bool requireIndex) | mongo::Helpers | [static] |
| getFirst(const char *ns, BSONObj &result) | mongo::Helpers | [inline, static] |
| getLast(const char *ns, BSONObj &result) | mongo::Helpers | [static] |
| getSingleton(const char *ns, BSONObj &result) | mongo::Helpers | [static] |
| isEmpty(const char *ns, bool doAuth=true) | mongo::Helpers | [static] |
| putSingleton(const char *ns, BSONObj obj) | mongo::Helpers | [static] |
| putSingletonGod(const char *ns, BSONObj obj, bool logTheOp) | mongo::Helpers | [static] |
| removeRange(const string &ns, const BSONObj &min, const BSONObj &max, bool yield=false, bool maxInclusive=false, RemoveCallback *callback=0) | mongo::Helpers | [static] |
| toKeyFormat(const BSONObj &o, BSONObj &key) | mongo::Helpers | [static] |
| upsert(const string &ns, const BSONObj &o) | mongo::Helpers | [static] |