Class MongoClient
Represents a single remote MongoClient
. Abstracts away management of connections to mongo service.
Inherits from
-
Object
(base class)
Methods
Name | Description |
---|---|
getCollection | Accesses a collection using an absolute path . |
getDatabase | Returns an object representing the specified database. |
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.