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 Mongo driver exception hierarchy.
|
Structs
Name | Description |
---|---|
MongoDBInfo
|
Enums
Name | Description |
---|---|
DeleteFlags
|
|
InsertFlags
|
|
QueryFlags
|
|
ReplyFlags
|
|
UpdateFlags
|
Aliases
Name | Type | Description |
---|---|---|
DocDelegate
|
void delegate(size_t idx, ref T doc)
|
|
MongoErrorDescription
|
immutable(vibe
|
D POD representation of Mongo error object. |
ReplyDelegate
|
void delegate(long, ReplyFlags, int, int)
|
Authors
Sönke Ludwig
Copyright
© 2012-2014 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.