Package | Description |
---|---|
com.mongodb |
Main package with core files.
|
Modifier and Type | Class and Description |
---|---|
class |
CommandResult
A simple wrapper for the result of getLastError() calls and other commands
|
Modifier and Type | Method and Description |
---|---|
BasicDBObject |
BasicDBObject.append(java.lang.String key,
java.lang.Object val) |
BasicDBObject |
WriteConcern.getCommand()
Gets the object representing the "getlasterror" command
|
BasicDBObject |
MapReduceOutput.getRaw() |
Constructor and Description |
---|
MapReduceOutput(DBCollection from,
DBObject cmd,
BasicDBObject raw) |