1MONGOC_DATABASE_DESTROY(3) libmongoc MONGOC_DATABASE_DESTROY(3)
23
4
NAME
6mongoc_database_destroy - mongoc_database_destroy()
7
SYNOPSIS
9void
10mongoc_database_destroy (mongoc_database_t *database);
1112
Releases all resources associated with database, including freeing the
13structure. Does nothing if database is NULL.
14
PARAMETERS
16• database: A mongoc_database_t.
17
AUTHOR
19MongoDB, Inc
20
COPYRIGHT
222017-present, MongoDB, Inc
2324
25
26
27
1.20.0 Nov 18, 2021 MONGOC_DATABASE_DESTROY(3)