Class MongoConnection
Note that a MongoConnection
my only be used from one fiber/thread at a time.
Inherits from
-
Object
(base class) -
EventedObject
Fields
Field name | Field Type | Descrption |
---|---|---|
defaultPort | int |
Properties
Property name | Type | Description |
---|---|---|
connected | bool |
Methods
Method name | Description |
---|---|
this | |
this | |
acquire | Acquires the ownership of an unowned object. |
release | Releases the ownership of the object. |
isOwner | Returns true if the calling fiber owns this object |
connect | |
disconnect | |
update | |
insert | |
query | |
getMore | |
delete_ | |
killCursors |
Authors
Sönke Ludwig
Copyright
© 2012 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.