1MONGOC_DATABASE_DROP(3) libmongoc MONGOC_DATABASE_DROP(3)
2
3
4
6 mongoc_database_drop - mongoc_database_drop()
7
9 bool
10 mongoc_database_drop (mongoc_database_t *database, bson_error_t *error);
11
13 • database: A mongoc_database_t.
14
15 • error: An optional location for a bson_error_t or NULL.
16
18 For more information, see mongoc_database_drop_with_opts(). This func‐
19 tion is a thin wrapper, passing NULL in as bson_t parameter.
20
22 MongoDB, Inc
23
25 2017-present, MongoDB, Inc
26
27
28
29
301.23.1 Oct 20, 2022 MONGOC_DATABASE_DROP(3)