Liking cljdoc? Tell your friends :D

burningswell.db.weather.datasets


allclj

(all db & [opts])

Find all rows in db.

Find all rows in `db`.
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-datasource-idclj

(by-datasource-id db datasource-id & [opts])

Find all rows in db by datasource-id.

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

by-geotiff-urlclj

(by-geotiff-url db geotiff-url & [opts])

Find all rows in db by geotiff-url.

Find all rows in `db` by `geotiff-url`.
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-ingest-finished-atclj

(by-ingest-finished-at db ingest-finished-at & [opts])

Find all rows in db by ingest-finished-at.

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

by-ingest-started-atclj

(by-ingest-started-at db ingest-started-at & [opts])

Find all rows in db by ingest-started-at.

Find all rows in `db` by `ingest-started-at`.
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-valid-timeclj

(by-valid-time db valid-time & [opts])

Find all rows in db by valid-time.

Find all rows in `db` by `valid-time`.
raw docstring

by-variable-idclj

(by-variable-id db variable-id & [opts])

Find all rows in db by variable-id.

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

dataset?clj

(dataset? x)

Return true if x is a dataset, otherwise false.

Return true if `x` is a dataset, 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

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 :datasets table.

A generator that produces rows for the :datasets 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

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

select-batchclj

(select-batch db rows & [opts])

Select the batch of datasets rows from table.

Select the batch of datasets rows from table.
raw docstring

tableclj

(table)

Returns the datasets table.

Returns the datasets table.
raw docstring

truncate!clj

(truncate! db & [opts])

Truncate the datasets table.

Truncate the datasets 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

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

× close