1MONGOC_DATABASE_GET_COLLECTION(3)  libmongoc MONGOC_DATABASE_GET_COLLECTION(3)
2
3
4

SYNOPSIS

6          mongoc_collection_t *
7          mongoc_database_get_collection (mongoc_database_t *database,
8                                          const char *name) BSON_GNUC_WARN_UNUSED_RESULT;
9
10       Allocates  a new mongoc_collection_t structure for the collection named
11       name in database.
12

RETURNS

14       A  newly  allocated  mongoc_collection_t  that  should  be  freed  with
15       mongoc_collection_destroy().
16

AUTHOR

18       MongoDB, Inc
19
21       2017-present, MongoDB, Inc
22
23
24
25
261.25.1                           Nov 08, 2023MONGOC_DATABASE_GET_COLLECTION(3)
Impressum