Liking cljdoc? Tell your friends :D

burningswell.db.continents


allclj

(all db & [opts])

Find all rows in db.

Find all rows in `db`.
raw docstring

asiaclj

(asia db)

Find the continent Asia.

Find the continent Asia.
raw docstring

by-codeclj

(by-code db code & [opts])

Find all rows in db by code.

Find all rows in `db` by `code`.
raw docstring

by-country-countclj

(by-country-count db country-count & [opts])

Find all rows in db by country-count.

Find all rows in `db` by `country-count`.
raw docstring

by-created-atclj

(by-created-at db created-at & [opts])

Find all rows in db by created-at.

Find all rows in `db` by `created-at`.
raw docstring

by-geomclj

(by-geom db geom & [opts])

Find all rows in db by geom.

Find all rows in `db` by `geom`.
raw docstring

by-idclj

(by-id db id & [opts])

Find all rows in db by id.

Find all rows in `db` by `id`.
raw docstring

by-locationclj

(by-location db location & [opts])

Find all rows in db by location.

Find all rows in `db` by `location`.
raw docstring

by-nameclj

(by-name db name & [opts])

Find all rows in db by name.

Find all rows in `db` by `name`.
raw docstring

by-region-countclj

(by-region-count db region-count & [opts])

Find all rows in db by region-count.

Find all rows in `db` by `region-count`.
raw docstring

by-spot-countclj

(by-spot-count db spot-count & [opts])

Find all rows in db by spot-count.

Find all rows in `db` by `spot-count`.
raw docstring

by-updated-atclj

(by-updated-at db updated-at & [opts])

Find all rows in db by updated-at.

Find all rows in `db` by `updated-at`.
raw docstring

by-user-countclj

(by-user-count db user-count & [opts])

Find all rows in db by user-count.

Find all rows in `db` by `user-count`.
raw docstring

continent?clj

(continent? x)

Return true if x is a continent, otherwise false.

Return true if `x` is a continent, otherwise false.
raw docstring

delete!clj

(delete! db record & [opts])

Delete the record from db.

Delete the `record` from `db`.
raw docstring

delete-all!clj

(delete-all! db records & [opts])

Delete all records from db.

Delete all `records` from `db`.
raw docstring

europeclj

(europe db)

Find the continent Europe.

Find the continent Europe.
raw docstring

exists?clj

(exists? db record)

Returns true if the record exists in db, otherwise false.

Returns true if the `record` exists in `db`, otherwise false.
raw docstring

genclj

(gen)
(gen db)

A generator that produces rows for the :continents table.

A generator that produces rows for the :continents table.
raw docstring

insert!clj

(insert! db record & [opts])

Insert record into the db.

Insert `record` into the `db`.
raw docstring

insert-all!clj

(insert-all! db records & [opts])

Insert all records into the db.

Insert all `records` into the `db`.
raw docstring

north-americaclj

(north-america db)

Find the the continent North America.

Find the the continent North America.
raw docstring

page-viewsclj

(page-views db continent & [opts])

Returns the page views for continent.

Returns the page views for `continent`.
raw docstring

save!clj

(save! db record & [opts])

Save record to db.

Save `record` to `db`.
raw docstring

save-all!clj

(save-all! db records & [opts])

Save all records to db.

Save all `records` to `db`.
raw docstring

(search db
        &
        [{:keys [distance direction except limit location offset sort query]
          :as opts}])

Search continents.

Search continents.
raw docstring

select-batchclj

(select-batch db rows & [opts])

Select the batch of continents rows from table.

Select the batch of continents rows from table.
raw docstring

select-infer-centroidsclj

(select-infer-centroids db)

Infer the centroids of all continents from the :geom column in the :countries table.

Infer the centroids of all continents from the :geom column in
the :countries table.
raw docstring

select-top-photosclj

(select-top-photos db)

Return the top photo for each continent.

Return the top photo for each continent.
raw docstring

tableclj

(table)

Returns the continents table.

Returns the continents table.
raw docstring

truncate!clj

(truncate! db & [opts])

Truncate the continents table.

Truncate the continents table.
raw docstring

update!clj

(update! db record & [opts])

Update record in the db.

Update `record` in the `db`.
raw docstring

update-all!clj

(update-all! db records & [opts])

Update all records in the db.

Update all `records` in the `db`.
raw docstring

update-centroids!clj

(update-centroids! db)

Infer and update the centroids of all continents from the :geom column in the :countries table.

Infer and update the centroids of all continents from the :geom
column in the :countries table.
raw docstring

update-counters!clj

(update-counters! db)

Update the counters of all continents.

Update the counters of all continents.
raw docstring

update-photos!clj

(update-photos! db)

Update the photos of all continents.

Update the photos of all continents.
raw docstring

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

× close