|
SYNOPSISmongoc_uri_t * mongoc_uri_new (const char *uri_string); PARAMETERS
DESCRIPTIONCalls mongoc_uri_new_with_error(). RETURNSA newly allocated mongoc_uri_t if successful. Otherwise NULL, using MONGOC_WARNING on error. WARNING: Failure to handle the result of this function is a
programming error.
AUTHORMongoDB, Inc COPYRIGHT2009-present, MongoDB, Inc.
|