|
SYNOPSISconst char * mongoc_uri_get_database (const mongoc_uri_t *uri); PARAMETERS
DESCRIPTIONFetches the database portion of an URI if provided. This is the portion after the / but before the ?. RETURNSA string which should not be modified or freed or NULL. AUTHORMongoDB, Inc COPYRIGHT2009-present, MongoDB, Inc.
|