1MONGOC_DATABASE_GET_NAME(3) libmongoc MONGOC_DATABASE_GET_NAME(3)
23
4
SYNOPSIS
6const char *
7mongoc_database_get_name (mongoc_database_t *database);
89
Fetches the name of the database.
10
PARAMETERS
12• database: A mongoc_database_t.
13
RETURNS
15A string which should not be modified or freed.
16
AUTHOR
18MongoDB, Inc
19
COPYRIGHT
212017-present, MongoDB, Inc
2223
24
25
26
1.25.1 Nov 08, 2023 MONGOC_DATABASE_GET_NAME(3)