Liking cljdoc? Tell your friends :D

monger.result

Provides functions that determine if a query (or other database operation)
was successful or not.

Related documentation guides:

* http://clojuremongodb.info/articles/inserting.html
* http://clojuremongodb.info/articles/updating.html
* http://clojuremongodb.info/articles/commands.html
* http://clojuremongodb.info/articles/mapreduce.html
raw docstring

affected-countclj

(affected-count result)

Get the number of documents affected

Get the number of documents affected
sourceraw docstring

WriteResultPredicatescljprotocol

acknowledged?clj

(acknowledged? input)

Returns true if write result is a success

Returns true if write result is a success

updated-existing?clj

(updated-existing? input)

Returns true if write result has updated an existing document

Returns true if write result has updated an existing document
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close