Class MongoConnection
[internal] Provides low-level mongodb protocol access.
class MongoConnection
;
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.
Constructors
Name | Description |
---|---|
this
|
Simplified constructor overload, with no m_settings |
this
|
Properties
Name | Type | Description |
---|---|---|
connected [get]
|
bool |
Methods
Name | Description |
---|---|
connect
|
|
delete_
|
|
disconnect
|
|
getLastError
|
|
getMore
|
|
insert
|
|
killCursors
|
|
listDatabases
|
Queries the server for all databases. |
query
|
|
update
|