Liking cljdoc? Tell your friends :D

cbass


deleteclj

(delete conn table row-key)
(delete conn table row-key family)
(delete conn table row-key family columns)

delete-byclj

(delete-by conn table & by)

empty-row-putclj

(empty-row-put row-key family)

find-byclj

(find-by conn table row-key)
(find-by conn table row-key family)
(find-by conn table row-key family columns)

get-tableclj

(get-table c t-name)

hdata->mapclj

(hdata->map data)

latest-tsclj

(latest-ts result)

map->hdataclj

(map->hdata row-key family columns)

new-connectionclj

(new-connection conf & {:keys [pack unpack]})

packclj


pack-un-packclj

(pack-un-pack {:keys [p u]})

result-keyclj

(result-key rk)

result-valueclj

(result-value rv)

results->mapsclj

(results->maps results row-key-fn)

scanclj

(scan conn table & {:keys [row-key-fn limit with-ts? lazy?] :as criteria})

storeclj

(store conn table row-key family)
(store conn table row-key family columns)

store-batchclj

(store-batch conn table rows)

unpackclj


without-tsclj

(without-ts results)

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

× close