, including all inherited members.
| _checkConnection() | mongo::DBClientConnection | [protected] |
| _connect(string &errmsg) | mongo::DBClientConnection | [protected] |
| _countCmd(const string &ns, const BSONObj &query, int options, int limit, int skip) | mongo::DBClientWithCommands | [protected] |
| _lazyKillCursor | mongo::DBClientConnection | [protected, static] |
| _logLevel | mongo::DBClientWithCommands | |
| _numConnections | mongo::DBClientConnection | [protected, static] |
| _server | mongo::DBClientConnection | [protected] |
| _serverString | mongo::DBClientConnection | [protected] |
| _so_timeout | mongo::DBClientConnection | [protected] |
| _writeConcern | mongo::DBClientBase | [protected] |
| auth(const string &dbname, const string &username, const string &pwd, string &errmsg, bool digestPassword=true) | mongo::DBClientConnection | [virtual] |
| authCache | mongo::DBClientConnection | [protected] |
| autoReconnect | mongo::DBClientConnection | [protected] |
| availableOptions() | mongo::DBClientWithCommands | [protected] |
| call(Message &toSend, Message &response, bool assertOk=true, string *actualServer=0) | mongo::DBClientConnection | [virtual] |
| callRead(Message &toSend, Message &response) | mongo::DBClientConnection | [inline, virtual] |
| checkConnection() | mongo::DBClientConnection | [inline, protected] |
| checkResponse(const char *data, int nReturned) | mongo::DBClientConnection | [virtual] |
| clientSet | mongo::DBClientConnection | [protected] |
| connect(const char *hostname, string &errmsg) | mongo::DBClientConnection | [inline, virtual] |
| connect(const HostAndPort &server, string &errmsg) | mongo::DBClientConnection | [virtual] |
| connect(const string &serverHostname) | mongo::DBClientConnection | [inline] |
| copyDatabase(const string &fromdb, const string &todb, const string &fromhost="", BSONObj *info=0) | mongo::DBClientWithCommands | |
| count(const string &ns, const BSONObj &query=BSONObj(), int options=0, int limit=0, int skip=0) | mongo::DBClientWithCommands | [virtual] |
| createCollection(const string &ns, long long size=0, bool capped=false, int max=0, BSONObj *info=0) | mongo::DBClientWithCommands | |
| createPasswordDigest(const string &username, const string &clearTextPassword) | mongo::DBClientWithCommands | |
| DBClientBase() | mongo::DBClientBase | [inline] |
| DBClientConnection(bool _autoReconnect=false, DBClientReplicaSet *cp=0, double so_timeout=0) | mongo::DBClientConnection | [inline] |
| DBClientWithCommands() | mongo::DBClientWithCommands | [inline] |
| dropCollection(const string &ns) | mongo::DBClientWithCommands | [inline, virtual] |
| dropDatabase(const string &dbname, BSONObj *info=0) | mongo::DBClientWithCommands | [inline, virtual] |
| dropIndex(const string &ns, BSONObj keys) | mongo::DBClientWithCommands | [virtual] |
| dropIndex(const string &ns, const string &indexName) | mongo::DBClientWithCommands | [virtual] |
| dropIndexes(const string &ns) | mongo::DBClientWithCommands | [virtual] |
| ensureIndex(const string &ns, BSONObj keys, bool unique=false, const string &name="", bool cache=true) | mongo::DBClientWithCommands | [virtual] |
| eval(const string &dbname, const string &jscode, BSONObj &info, BSONElement &retValue, BSONObj *args=0) | mongo::DBClientWithCommands | |
| eval(const string &dbname, const string &jscode) | mongo::DBClientWithCommands | |
| eval(const string &dbname, const string &jscode, T parm1) | mongo::DBClientWithCommands | [inline] |
| eval(const string &dbname, const string &jscode, T parm1, NumType &ret) | mongo::DBClientWithCommands | [inline] |
| exists(const string &ns) | mongo::DBClientWithCommands | |
| failed | mongo::DBClientConnection | [protected] |
| findOne(const string &ns, const Query &query, const BSONObj *fieldsToReturn=0, int queryOptions=0) | mongo::DBClientInterface | [virtual] |
| genIndexName(const BSONObj &keys) | mongo::DBClientWithCommands | |
| getCollectionNames(const string &db) | mongo::DBClientWithCommands | |
| getDatabaseNames() | mongo::DBClientWithCommands | |
| getDbProfilingLevel(const string &dbname, ProfilingLevel &level, BSONObj *info=0) | mongo::DBClientWithCommands | |
| getIndexes(const string &ns) | mongo::DBClientWithCommands | [virtual] |
| getLastError() | mongo::DBClientWithCommands | |
| getLastErrorDetailed() | mongo::DBClientWithCommands | [virtual] |
| getLastErrorString(const BSONObj &res) | mongo::DBClientWithCommands | [static] |
| getLazyKillCursor() | mongo::DBClientConnection | [inline, static] |
| getMore(const string &ns, long long cursorId, int nToReturn=0, int options=0) | mongo::DBClientBase | [virtual] |
| getNumConnections() | mongo::DBClientConnection | [inline, static] |
| getPrevError() | mongo::DBClientWithCommands | |
| getServerAddress() const | mongo::DBClientConnection | [inline, virtual] |
| getWriteConcern() const | mongo::DBClientBase | [inline] |
| insert(const string &ns, BSONObj obj) | mongo::DBClientBase | [virtual] |
| insert(const string &ns, const vector< BSONObj > &v) | mongo::DBClientBase | [virtual] |
| isFailed() const | mongo::DBClientConnection | [inline, virtual] |
| isMaster(bool &isMaster, BSONObj *info=0) | mongo::DBClientWithCommands | [virtual] |
| isOk(const BSONObj &) | mongo::DBClientWithCommands | [protected] |
| killCursor(long long cursorID) | mongo::DBClientConnection | [virtual] |
| lastReconnectTry | mongo::DBClientConnection | [protected] |
| mapreduce(const string &ns, const string &jsmapf, const string &jsreducef, BSONObj query=BSONObj(), const string &output="") | mongo::DBClientWithCommands | |
| nsGetCollection(const string &ns) | mongo::DBClientWithCommands | [inline] |
| nsGetDB(const string &ns) | mongo::DBClientWithCommands | [inline] |
| p | mongo::DBClientConnection | [protected] |
| port() | mongo::DBClientConnection | [inline] |
| ProfileAll enum value | mongo::DBClientWithCommands | |
| ProfileOff enum value | mongo::DBClientWithCommands | |
| ProfileSlow enum value | mongo::DBClientWithCommands | |
| ProfilingLevel enum name | mongo::DBClientWithCommands | |
| query(const string &ns, Query query=Query(), int nToReturn=0, int nToSkip=0, const BSONObj *fieldsToReturn=0, int queryOptions=0, int batchSize=0) | mongo::DBClientConnection | [inline, virtual] |
| query(boost::function< void(const BSONObj &)> f, const string &ns, Query query, const BSONObj *fieldsToReturn=0, int queryOptions=0) | mongo::DBClientConnection | |
| query(boost::function< void(DBClientCursorBatchIterator &)> f, const string &ns, Query query, const BSONObj *fieldsToReturn=0, int queryOptions=0) | mongo::DBClientConnection | |
| recv(Message &m) | mongo::DBClientConnection | [protected, virtual] |
| reIndex(const string &ns) | mongo::DBClientWithCommands | [virtual] |
| remove(const string &ns, Query q, bool justOne=0) | mongo::DBClientBase | [virtual] |
| repairDatabase(const string &dbname, BSONObj *info=0) | mongo::DBClientWithCommands | [inline] |
| resetError() | mongo::DBClientWithCommands | [inline] |
| resetIndexCache() | mongo::DBClientWithCommands | [virtual] |
| runCommand(const string &dbname, const BSONObj &cmd, BSONObj &info, int options=0) | mongo::DBClientWithCommands | [virtual] |
| say(Message &toSend) | mongo::DBClientConnection | [virtual] |
| sayPiggyBack(Message &toSend) | mongo::DBClientConnection | [protected, virtual] |
| server | mongo::DBClientConnection | [protected] |
| setDbProfilingLevel(const string &dbname, ProfilingLevel level, BSONObj *info=0) | mongo::DBClientWithCommands | |
| setLazyKillCursor(bool lazy) | mongo::DBClientConnection | [inline, static] |
| setSoTimeout(double to) | mongo::DBClientConnection | [inline] |
| setWriteConcern(WriteConcern w) | mongo::DBClientBase | [inline] |
| simpleCommand(const string &dbname, BSONObj *info, const string &command) | mongo::DBClientWithCommands | |
| SyncClusterConnection class | mongo::DBClientConnection | [friend] |
| toString() | mongo::DBClientConnection | [inline, virtual] |
| toStringLong() const | mongo::DBClientConnection | [inline] |
| type() const | mongo::DBClientConnection | [inline, virtual] |
| update(const string &ns, Query query, BSONObj obj, bool upsert=false, bool multi=false) | mongo::DBClientBase | [virtual] |
| validate(const string &ns, bool scandata=true) | mongo::DBClientWithCommands | [inline] |
| ~DBClientConnection() | mongo::DBClientConnection | [inline, virtual] |
| ~DBClientInterface() | mongo::DBClientInterface | [inline, virtual] |
| ~DBConnector() | mongo::DBConnector | [inline, virtual] |