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 mongo specific.
|
class |
CommandResult
A simple wrapper for the result of getLastError() calls and other commands
|
Modifier and Type | Method and Description |
---|---|
BasicBSONObject |
BasicBSONObject.append(String key,
Object val)
Add a key/value pair to this object
|