1MONGOC_DATABASE_GET_NAME(3) libmongoc MONGOC_DATABASE_GET_NAME(3)
23
4
NAME
6mongoc_database_get_name - mongoc_database_get_name()
7
SYNOPSIS
9const char *
10mongoc_database_get_name (mongoc_database_t *database);
1112
Fetches the name of the database.
13
PARAMETERS
15• database: A mongoc_database_t.
16
RETURNS
18A string which should not be modified or freed.
19
AUTHOR
21MongoDB, Inc
22
COPYRIGHT
242017-present, MongoDB, Inc
2526
27
28
29
1.20.0 Nov 18, 2021 MONGOC_DATABASE_GET_NAME(3)