Liking cljdoc? Tell your friends :D

sqlforcql.querybuilder


get-all-queryclj

(get-all-query table-name)
(get-all-query keyspace table-name)
source

get-by-non-pk-col-queryclj

(get-by-non-pk-col-query table-name non-pk-col-name-value-map)
(get-by-non-pk-col-query keyspace table-name non-pk-col-name-value-map)
source

get-by-pk-col-queryclj

(get-by-pk-col-query table-name pk-col-name-value-map)
(get-by-pk-col-query keyspace table-name pk-col-name-value-map)
source

get-count-queryclj

(get-count-query table-name)
(get-count-query keyspace table-name)
source

keywordize-table-nameclj

(keywordize-table-name table-name)
(keywordize-table-name keyspace table-name)
source

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

× close