(akw db)
Return the Regional Alaska Waters weather model.
Return the Regional Alaska Waters weather model.
(by-created-at db created-at & [opts])
Find all rows in db
by created-at
.
Find all rows in `db` by `created-at`.
(by-description db description & [opts])
Find all rows in db
by description
.
Find all rows in `db` by `description`.
(by-dods db dods & [opts])
Find all rows in db
by dods
.
Find all rows in `db` by `dods`.
(by-id db id & [opts])
Find all rows in db
by id
.
Find all rows in `db` by `id`.
(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`.
(by-name db name & [opts])
Find all rows in db
by name
.
Find all rows in `db` by `name`.
(by-names db names)
Returns the models for the given names
.
Returns the models for the given `names`.
(by-pattern db pattern & [opts])
Find all rows in db
by pattern
.
Find all rows in `db` by `pattern`.
(by-res-x db res-x & [opts])
Find all rows in db
by res-x
.
Find all rows in `db` by `res-x`.
(by-res-y db res-y & [opts])
Find all rows in db
by res-y
.
Find all rows in `db` by `res-y`.
(by-updated-at db updated-at & [opts])
Find all rows in db
by updated-at
.
Find all rows in `db` by `updated-at`.
(delete! db record & [opts])
Delete the record
from db
.
Delete the `record` from `db`.
(delete-all! db records & [opts])
Delete all records
from db
.
Delete all `records` from `db`.
(exists? db record)
Returns true if the record
exists in db
, otherwise false.
Returns true if the `record` exists in `db`, otherwise false.
(gen)
(gen db)
A generator that produces rows for the :models table.
A generator that produces rows for the :models table.
(insert! db record & [opts])
Insert record
into the db
.
Insert `record` into the `db`.
(insert-all! db records & [opts])
Insert all records
into the db
.
Insert all `records` into the `db`.
(model? x)
Return true if x
is a model, otherwise false.
Return true if `x` is a model, otherwise false.
(nww3 db)
Return the Global Wave Watch III weather model.
Return the Global Wave Watch III weather model.
(save-all! db records & [opts])
Save all records
to db
.
Save all `records` to `db`.
(select-batch db rows & [opts])
Select the batch of models rows from table.
Select the batch of models rows from table.
(truncate! db & [opts])
Truncate the models table.
Truncate the models table.
(update! db record & [opts])
Update record
in the db
.
Update `record` in the `db`.
(update-all! db records & [opts])
Update all records
in the db
.
Update all `records` in the `db`.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close