Module vibe.db.mongo.connection
Low level mongodb protocol.
Classes
Name | Description |
---|---|
MongoAuthException
|
Generic class for all exceptions related to authentication problems. |
MongoConnection
|
[internal] Provides low-level mongodb protocol access. |
MongoDBException
|
Wrapper class for all inner mongo collection manipulation errors. |
MongoDriverException
|
Generic class for all exception related to unhandled driver problems. |
MongoException
|
Root class for vibe.d Mongo driver exception hierarchy. |
Structs
Name | Description |
---|---|
MongoDBInfo
|
Aliases
Name | Type | Description |
---|---|---|
DocDelegate
|
@safe void delegate(size_t idx, ref T doc)
|
|
MongoErrorDescription
|
immutable(vibe
|
D POD representation of Mongo error object. |
ReplyDelegate
|
@safe void delegate(long, ReplyFlags, int, int)
|