(query-fn spec-sym {:keys [where returning] :as params})
constructs a query form
constructs a query form
(query-raw-fn [entry tsch mopts] {:keys [where returning] :as params})
constructs a query form with prep
constructs a query form with prep
(returning-all-markers entry tsch returning query-fn mopts)
returns all markers for return
returns all markers for return
(returning-block entry
attrs
where
returning
params
query-fn
{:keys [schema book snapshot] :as mopts})
constructs a returning block
constructs a returning block
(returning-map-markers entry tsch markers query-fn mopts)
prepares the map markers
prepares the map markers
(table-col-token table-sym table-key)
constructs a table ref token
constructs a table ref token
(table-id-token table-sym)
constructs a table id token
constructs a table id token
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close