Provides functions that determine if a query (or other database operation) was successful or not.
Related documentation guides:
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
(affected-count result)
Get the number of documents affected
Get the number of documents affected
(acknowledged? input)
Returns true if write result is a success
Returns true if write result is a success
(updated-existing? input)
Returns true if write result has updated an existing document
Returns true if write result has updated an existing document
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close