|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CommandResult | |
---|---|
com.mongodb | Main package with core files. |
Uses of CommandResult in com.mongodb |
---|
Methods in com.mongodb that return CommandResult | |
---|---|
CommandResult |
DB.command(DBObject cmd)
Execute a database command directly. |
CommandResult |
DB.command(String cmd)
|
CommandResult |
DB.doEval(String code,
Object... args)
|
CommandResult |
DB.getLastError()
Gets the the error (if there is one) from the previous operation. |
CommandResult |
DB.getPreviousError()
Returns the last error that occurred since start of database or a call to resetError()
The return object will look like |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |