1MONGOC_URI_GET_DATABASE(3)         libmongoc        MONGOC_URI_GET_DATABASE(3)
2
3
4

NAME

6       mongoc_uri_get_database - mongoc_uri_get_database()
7

SYNOPSIS

9          const char *
10          mongoc_uri_get_database (const mongoc_uri_t *uri);
11

PARAMETERS

13uri: A mongoc_uri_t.
14

DESCRIPTION

16       Fetches the database portion of an URI if provided. This is the portion
17       after the / but before the ?.
18

RETURNS

20       A string which should not be modified or freed or NULL.
21

AUTHOR

23       MongoDB, Inc
24
26       2017-present, MongoDB, Inc
27
28
29
30
311.21.1                           Mar 02, 2022       MONGOC_URI_GET_DATABASE(3)
Impressum