|
7 | 7 | mongoc_uri_get_hosts, mongoc_uri_get_database, mongoc_uri_get_options,
|
8 | 8 | mongoc_uri_get_password, mongoc_uri_get_read_prefs,
|
9 | 9 | mongoc_uri_get_replica_set, mongoc_uri_get_string, mongoc_uri_get_username,
|
10 |
| -mongoc_uri_get_auth_source, mongoc_uri_get_auth_mechanism - access various elements of the uri |
| 10 | +mongoc_uri_get_auth_source, mongoc_uri_get_auth_mechanism, |
| 11 | +mongoc_uri_get_replica_set, mongoc_uri_get_ssl - access various elements of the uri |
11 | 12 |
|
12 | 13 |
|
13 | 14 | SYNOPSIS
|
14 | 15 | --------
|
15 | 16 | [source,c]
|
16 | 17 | -----------------------
|
17 |
| -const mongoc_host_list_t *mongoc_uri_get_hosts (const mongoc_uri_t *uri); |
18 |
| -const char *mongoc_uri_get_database (const mongoc_uri_t *uri); |
19 |
| -const bson_t *mongoc_uri_get_options (const mongoc_uri_t *uri); |
20 |
| -const char *mongoc_uri_get_password (const mongoc_uri_t *uri); |
21 |
| -const bson_t *mongoc_uri_get_read_prefs (const mongoc_uri_t *uri); |
22 |
| -const char *mongoc_uri_get_replica_set (const mongoc_uri_t *uri); |
23 |
| -const char *mongoc_uri_get_string (const mongoc_uri_t *uri); |
24 |
| -const char *mongoc_uri_get_username (const mongoc_uri_t *uri); |
25 |
| -const char *mongoc_uri_get_auth_source (const mongoc_uri_t *uri); |
26 |
| -const char *mongoc_uri_get_auth_mechanism (const mongoc_uri_t *uri); |
| 18 | +const mongoc_host_list_t *mongoc_uri_get_hosts (const mongoc_uri_t *); |
| 19 | +const char *mongoc_uri_get_database (const mongoc_uri_t *); |
| 20 | +const bson_t *mongoc_uri_get_options (const mongoc_uri_t *); |
| 21 | +const char *mongoc_uri_get_password (const mongoc_uri_t *); |
| 22 | +const bson_t *mongoc_uri_get_read_prefs (const mongoc_uri_t *); |
| 23 | +const char *mongoc_uri_get_replica_set (const mongoc_uri_t *); |
| 24 | +const char *mongoc_uri_get_string (const mongoc_uri_t *); |
| 25 | +const char *mongoc_uri_get_username (const mongoc_uri_t *); |
| 26 | +const char *mongoc_uri_get_auth_source (const mongoc_uri_t *); |
| 27 | +const char *mongoc_uri_get_auth_mechanism (const mongoc_uri_t *); |
| 28 | +const char *mongoc_uri_get_replica_set (const mongoc_uri_t *); |
| 29 | +bool mongoc_uri_get_ssl (const mongoc_uri_t *); |
| 30 | +const mongoc_write_concern_t * |
| 31 | + mongoc_uri_get_write_concern (const mongoc_uri_t *); |
27 | 32 | -----------------------
|
28 | 33 |
|
29 | 34 |
|
|
0 commit comments