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

Cursorclj

source

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)

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

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

t-map->Cursorclj

source

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

× close