Package | Description |
---|---|
com.mongodb |
Main package with core files.
|
org.bson |
Contains the base BSON classes and Encoder/Decoder.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicDBObject
A basic implementation of BSON object that is MongoDB specific.
|
class |
CommandResult
A simple wrapper to hold the result of a command.
|
Modifier and Type | Method and Description |
---|---|
BasicBSONObject |
BasicBSONObject.append(String key,
Object val)
Add a key/value pair to this object
|