1MONGOC_DATABASE_DESTROY(3) libmongoc MONGOC_DATABASE_DESTROY(3)
23
4
SYNOPSIS
6void
7mongoc_database_destroy (mongoc_database_t *database);
89
Releases all resources associated with database, including freeing the
10structure. Does nothing if database is NULL.
11
PARAMETERS
13• database: A mongoc_database_t.
14
AUTHOR
16MongoDB, Inc
17
COPYRIGHT
192017-present, MongoDB, Inc
2021
22
23
24
1.25.1 Nov 08, 2023 MONGOC_DATABASE_DESTROY(3)