|
SYNOPSISbool mongoc_database_has_collection (mongoc_database_t *database, This function checks to see if a collection exists on the MongoDB server within database. PARAMETERS
ERRORSErrors are propagated via the error parameter. RETURNSIf the function succeeds, it returns true if the collection exists and false if not, and in either case the fields of error are cleared, if error is not NULL. Returns false and sets error if there are invalid arguments or a server or network error. AUTHORMongoDB, Inc COPYRIGHT2009-present, MongoDB, Inc.
|