Liking cljdoc? Tell your friends :D

burningswell.db.util


assoc-embeddedclj

(assoc-embedded m & kv)

color-vectorclj

(color-vector color)

Convert a java.awt.Color into a vector.

Convert a java.awt.Color into a vector.
raw docstring

dissoc-paginationclj

(dissoc-pagination m)

Remove the pagination keys :page and :per-page from m.

Remove the pagination keys :page and :per-page from `m`.
raw docstring

embedded-photoclj


embedded-user-settingsclj

(embedded-user-settings table)

enabled-gdal-driversclj

(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.
raw docstring

fetch-records-by-idsclj

(fetch-records-by-ids db f opts records)

fulltextclj

(fulltext query & columns)

Add a where condition to a select query.

Add a where condition to a select query.
raw docstring

geo-json-feature-collectionclj

(geo-json-feature-collection db feature-query)

Select a GeoJSON feature collection using feature-query.

Select a GeoJSON feature collection using `feature-query`. 
raw docstring

geojson-by-columnclj

(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.
raw docstring

geometry-as-pngclj

(geometry-as-png width height color)

order-byclj

(order-by table & [{:keys [direction sort] :as opts}])

Returns a SQL order by clause for opts.

Returns a SQL order by clause for `opts`.
raw docstring

order-by-bounding-boxclj

(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`.
raw docstring

order-by-distanceclj

(order-by-distance geom-1 geom-2 & [{:keys [direction]}])

parse-locationclj

(parse-location s)

random-rowclj

(random-row db table)

Return a random row from table in db.

Return a random row from `table` in `db`.
raw docstring

select-count-rowsclj

(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`.
raw docstring

within-bounding-boxclj

(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`.
raw docstring

within-distance-toclj

(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`.
raw docstring

zip-by-idclj

(zip-by-id coll)

Zip the elements of coll by their :id key.

Zip the elements of `coll` by their :id key.
raw docstring

zip-by-keyclj

(zip-by-key coll & ks)

Zip the elements of coll by their key.

Zip the elements of `coll` by their `key`.
raw docstring

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

× close