(assoc-embedded m & kv)(color-vector color)Convert a java.awt.Color into a vector.
Convert a java.awt.Color into a vector.
(dissoc-pagination m)Remove the pagination keys :page and :per-page from m.
Remove the pagination keys :page and :per-page from `m`.
(embedded-user-settings table)(enabled-gdal-drivers db)Return the short and long name of the enabled GDAL drivers.
Return the short and long name of the enabled GDAL drivers.
(fetch-records-by-ids db f opts records)(fulltext query & columns)Add a where condition to a select query.
Add a where condition to a select query.
(geo-json-feature-collection db feature-query)Select a GeoJSON feature collection using feature-query.
Select a GeoJSON feature collection using `feature-query`.
(geojson-by-column db table geo-column id-column id-value)Return the GeoJSON of a row by a column.
Return the GeoJSON of a row by a column.
(geometry-as-png width height color)(order-by table & [{:keys [direction nulls sort] :as opts}])Returns a SQL order by clause for opts.
Returns a SQL order by clause for `opts`.
(order-by-bounding-box column bounding-box & [opts])Restrict the result set to rows that have column within
bounding-box.
Restrict the result set to rows that have `column` within `bounding-box`.
(order-by-distance geom-1 geom-2 & [{:keys [direction]}])(order-by-views table & [{:keys [direction nulls sort] :as opts}])Returns a order by page views SQL clause for opts.
Returns a order by page views SQL clause for `opts`.
(parse-location s)(random-row db table)Return a random row from table in db.
Return a random row from `table` in `db`.
(select-count-rows db table)Return a select statement that counts all rows in table.
Return a select statement that counts all rows in `table`.
(within-bounding-box column bounding-box & [opts])Restrict the result set to rows that have column within
bounding-box.
Restrict the result set to rows that have `column` within `bounding-box`.
(within-distance-to column location distance & [{:keys [spheroid?]}])Return a WHERE clause where column is within distance
kilometers to location.
Return a WHERE clause where `column` is within `distance` kilometers to `location`.
(zip-by-id coll)Zip the elements of coll by their :id key.
Zip the elements of `coll` by their :id key.
(zip-by-key coll & ks)Zip the elements of coll by their key.
Zip the elements of `coll` by their `key`.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |