Class MongoConnection

Provides low-level mongodb protocol access.

Note that a MongoConnection my only be used from one fiber/thread at a time.

Inherits from

Constructors

Name Description
this
this

Fields

Name Type Descrption
defaultPort int

Properties

Name Type Description
connected bool

Methods

Name Description
acquire
release
isOwner
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.