Client

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(string uri)
Undocumented in source.
this
this(mongoc_client_t* client, mongoc_client_pool_t* pool)
Undocumented in source.

Members

Functions

opIndex
auto opIndex(string baseName)
Undocumented in source. Be warned that the author may not have intended to support it.
unlock
auto unlock()

Deallocates resources. If this has a parentPool then it doesn't destroy this.client

Variables

client
mongoc_client_t* client;
Undocumented in source.
deleted
bool deleted;
Undocumented in source.
parentPool
mongoc_client_pool_t* parentPool;
Undocumented in source.
toDestroy
Appender!(Database*[]) toDestroy;
Undocumented in source.

Meta