MongoDB C++ Driver
legacy-1.1.2
|
This is the complete list of members for mongo::GridFS, including all inherited members.
findFile(Query query) const | mongo::GridFS | |
findFileByName(const std::string &fileName) const | mongo::GridFS | |
GridFS(DBClientBase &client, const std::string &dbName, const std::string &prefix="fs") | mongo::GridFS | |
list() const | mongo::GridFS | |
list(BSONObj query) const | mongo::GridFS | |
removeFile(const std::string &fileName) | mongo::GridFS | |
setChunkSize(unsigned int size) | mongo::GridFS | |
storeFile(const std::string &fileName, const std::string &remoteName="", const std::string &contentType="") | mongo::GridFS | |
storeFile(const char *data, size_t length, const std::string &remoteName, const std::string &contentType="") | mongo::GridFS |