Helper-functions for dbCursor object:
Helper-functions for dbCursor object: * to initialize new cursor, * for CRUD functionality of options of dbCursor
(get-options db-cur)
Returns map of cursor's options with current state.
Returns map of cursor's options with current state.
(make-db-cursor db coll)
(make-db-cursor db coll ref)
(make-db-cursor db coll ref fields)
initializes new db-cursor.
initializes new db-cursor.
(reset-options db-cur)
Resets cursor options to default value and returns cursor
Resets cursor options to default value and returns cursor
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close