Liking cljdoc? Tell your friends :D

monger.cursor

Helper-functions for dbCursor object:

  • to initialize new cursor,
  • for CRUD functionality of options of dbCursor
Helper-functions for dbCursor object: 
* to initialize new cursor, 
* for CRUD functionality of options of dbCursor
raw docstring

add-option!clj

(add-option! db-cur opt)
source

add-optionscljmultimethod

source

cursor-optionsclj

source

format-ascljmultimethod

source

get-optionsclj

(get-options db-cur)

Returns map of cursor's options with current state.

Returns map of cursor's options with current state.
sourceraw docstring

make-db-cursorclj

(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.
sourceraw docstring

remove-option!clj

(remove-option! db-cur opt)
source

reset-optionsclj

(reset-options db-cur)

Resets cursor options to default value and returns cursor

Resets cursor options to default value and returns cursor
sourceraw docstring

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

× close