(-query this pool sqlvec)
(-query-one this pool sqlvec)
(context)
(context {:keys [row cache] :or {cache (HashMap.)}})
Returns a Context
instance from options map:
key | description |
---|---|
:row | Optional function of tuple->value or a [[RowCompiler]] to convert rows into values |
:cache | Optional [[java.util.Map]] instance to hold the compiled rowmappers |
Returns a [[Context]] instance from options map: | key | description | | --------------|-------------| | `:row` | Optional function of `tuple->value` or a [[RowCompiler]] to convert rows into values | `:cache` | Optional [[java.util.Map]] instance to hold the compiled rowmappers
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close