DBClientConnection::auth ( std::string const& dbname, std::string const& username, std::string const& pwd, std::string& errmsg, bool digestPassword )This method is from derived class 'DBClientConnection'.
DBClientConnection::checkResponse ( char const* data, int nReturned )This method is from derived class 'DBClientConnection'.
DBClientConnection::connect ( std::string const& serverHostname, std::string& errmsg )This method is from derived class 'DBClientConnection'.
DBClientConnection::toString ( )This method is from derived class 'DBClientConnection'.
DBClientPaired::checkResponse ( char const* data, int nReturned )This method is from derived class 'DBClientPaired'.
DBClientPaired::toString ( )This method is from derived class 'DBClientPaired'.
DBClientWithCommands::auth ( std::string const& dbname, std::string const& username, std::string const& pwd, std::string& errmsg, bool digestPassword )This method is from 'DBClientWithCommands' class.
DBClientWithCommands::dropCollection ( std::string const& ns )This method is from 'DBClientWithCommands' class.
DBClientWithCommands::dropDatabase ( std::string const& dbname, BSONObj* info )This method is from 'DBClientWithCommands' class.
DBClientWithCommands::dropIndex ( std::string const& ns, BSONObj keys )This method is from 'DBClientWithCommands' class.
DBClientWithCommands::dropIndex ( std::string const& ns, std::string const& indexName )This method is from 'DBClientWithCommands' class.
DBClientWithCommands::dropIndexes ( std::string const& ns )This method is from 'DBClientWithCommands' class.
DBClientWithCommands::ensureIndex ( std::string const& ns, BSONObj keys, bool unique, std::string const& name )This method is from 'DBClientWithCommands' class.
DBClientWithCommands::getIndexes ( std::string const& ns )This method is from 'DBClientWithCommands' class.
DBClientWithCommands::isMaster ( bool& isMaster, BSONObj* info )This method is from 'DBClientWithCommands' class.
DBClientWithCommands::reIndex ( std::string const& ns )This method is from 'DBClientWithCommands' class.
DBClientWithCommands::resetIndexCache ( )This method is from 'DBClientWithCommands' class.
DBClientWithCommands::toString ( )This method is from 'DBClientWithCommands' class.