1MONGOC_DATABASE_DESTROY(3) MongoDB C Driver 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.14.0 Feb 22, 2019 MONGOC_DATABASE_DESTROY(3)