Liking cljdoc? Tell your friends :D

meeseeks-db.cursor


create-cursor!clj

(create-cursor! client query)

Inputs: [client query :- (s/cond-pre Query QueryExpression)] Returns: Cursor

Inputs: [client query :- (s/cond-pre Query QueryExpression)]
Returns: Cursor
sourceraw docstring

cursor-seqclj

(cursor-seq cursor)

Inputs: [cursor]

Inputs: [cursor]
sourceraw docstring

cursor-sizeclj

(cursor-size cursor)

Inputs: [cursor :- Cursor] Returns: s/Int

Inputs: [cursor :- Cursor]
Returns: s/Int
sourceraw docstring

destroy-cursor!clj

(destroy-cursor! cursor)
source

sample-cursorclj

(sample-cursor cursor sample-size & [fields :- [Key]])

Inputs: [cursor :- Cursor sample-size :- (s/maybe s/Int) & [fields :- [Key]]] Returns: [{Key s/Any}]

Inputs: [cursor :- Cursor sample-size :- (s/maybe s/Int) & [fields :- [Key]]]
Returns: [{Key s/Any}]
sourceraw docstring

strict-map->Cursorclj

(strict-map->Cursor m22038 & [drop-extra-keys?__19805__auto__])

Factory function for class Cursor, taking a map of keywords to field values. All keys are required, and no extra keys are allowed. Even faster than map->

Factory function for class Cursor, taking a map of keywords to field values.  All keys are required, and no extra keys are allowed.  Even faster than map->
sourceraw docstring

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

× close