mongo ~master (2018-04-13T19:25:57Z)
Dub
Repo
Database
mongo
Undocumented in source.
struct
Database {
this
();
mongoc_database_t
*
database
;
Appender
!(
Collection
[])
toDestroy
;
this
(mongoc_database_t* database);
auto
opIndex
(string collectionName);
auto
unlock
();
}
Constructors
this
this
()
Undocumented in source.
this
this
(mongoc_database_t* database)
Undocumented in source.
Members
Functions
opIndex
auto
opIndex
(string collectionName)
Undocumented in source. Be warned that the author may not have intended to support it.
unlock
auto
unlock
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
database
mongoc_database_t
*
database
;
Undocumented in source.
toDestroy
Appender
!(
Collection
[])
toDestroy
;
Undocumented in source.
Meta
Source
See Implementation
mongo
enums
MongoDocCreated
MongoDocUpdated
MongoKeep
functions
as
checkIfDefault
empty
fillBSON
findID
fromId
fromJSON
hasID
strUDA
toBSON
toId
structs
BSON
BSONIter
Client
Collection
Cursor
Database
DateTime
MongoPool
ScopedBSON