Liking cljdoc? Tell your friends :D

burningswell.db.weather.models


akwclj

(akw db)

Return the Regional Alaska Waters weather model.

Return the Regional Alaska Waters weather model.
raw docstring

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-descriptionclj

(by-description db description & [opts])

Find all rows in db by description.

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

by-dodsclj

(by-dods db dods & [opts])

Find all rows in db by dods.

Find all rows in `db` by `dods`.
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-latest-reference-timeclj

(by-latest-reference-time db latest-reference-time & [opts])

Find all rows in db by latest-reference-time.

Find all rows in `db` by `latest-reference-time`.
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-namesclj

(by-names db names)

Returns the models for the given names.

Returns the models for the given `names`.
raw docstring

by-patternclj

(by-pattern db pattern & [opts])

Find all rows in db by pattern.

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

by-res-xclj

(by-res-x db res-x & [opts])

Find all rows in db by res-x.

Find all rows in `db` by `res-x`.
raw docstring

by-res-yclj

(by-res-y db res-y & [opts])

Find all rows in db by res-y.

Find all rows in `db` by `res-y`.
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

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

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

model?clj

(model? x)

Return true if x is a model, otherwise false.

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

nww3clj

(nww3 db)

Return the Global Wave Watch III weather model.

Return the Global Wave Watch III weather model.
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 models rows from table.

Select the batch of models rows from table.
raw docstring

tableclj

(table)

Returns the models table.

Returns the models table.
raw docstring

truncate!clj

(truncate! db & [opts])

Truncate the models table.

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