Class MongoConnection
[internal] Provides low-level mongodb protocol access.
It is not intended for direct usage. Please use vibe.db.mongo.db and vibe.db.mongo.collection
modules for your code.
Note that a MongoConnection
may only be used from one fiber/thread at a time.
Inherits from
-
(base class)Object
Constructors
Name | Description |
---|---|
this
|
Simplified constructor overload, with no m_settings |
this
|
Fields
Name | Type | Description |
---|---|---|
defaultPort
|
int |
Properties
Name | Type | Description |
---|---|---|
connected
[get]
|
bool |
Methods
Name | Description |
---|---|
connect
|
|
delete_
|
|
disconnect
|
|
getLastError
|
|
getMore
|
|
insert
|
|
killCursors
|
|
query
|
|
update
|
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.