Liking cljdoc? Tell your friends :D

burningswell.db.images


allclj

(all db & [opts])

Find all rows in db.

Find all rows in `db`.
raw docstring

by-content-dispositionclj

(by-content-disposition db content-disposition & [opts])

Find all rows in db by content-disposition.

Find all rows in `db` by `content-disposition`.
raw docstring

by-content-lengthclj

(by-content-length db content-length & [opts])

Find all rows in db by content-length.

Find all rows in `db` by `content-length`.
raw docstring

by-content-md5clj

(by-content-md5 db content-md5 & [opts])

Find all rows in db by content-md5.

Find all rows in `db` by `content-md5`.
raw docstring

by-content-typeclj

(by-content-type db content-type & [opts])

Find all rows in db by content-type.

Find all rows in `db` by `content-type`.
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-heightclj

(by-height db height & [opts])

Find all rows in db by height.

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

(by-label db label & [opts])

Find all rows in db by label.

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

by-photoclj

(by-photo db photo & [opts])

Return the images of photo from db.

Return the images of `photo` from `db`.
raw docstring

by-photo-and-labelclj

(by-photo-and-label db photo label & [opts])

Return the images of photo from db.

Return the images of `photo` from `db`.
raw docstring

by-photo-idclj

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

Find all rows in db by photo-id.

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

by-photosclj

(by-photos db photos & [opts])

Return the images of photos from db.

Return the images of `photos` from `db`.
raw docstring

by-storage-keyclj

(by-storage-key db storage-key & [opts])

Find all rows in db by storage-key.

Find all rows in `db` by `storage-key`.
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-urlclj

(by-url db url & [opts])

Find all rows in db by url.

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

by-widthclj

(by-width db width & [opts])

Find all rows in db by width.

Find all rows in `db` by `width`.
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 :images table.

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

image?clj

(image? x)

Return true if x is a image, otherwise false.

Return true if `x` is a image, otherwise false.
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

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

Search images.

Search images.
raw docstring

select-batchclj

(select-batch db rows & [opts])

Select the batch of images rows from table.

Select the batch of images rows from table.
raw docstring

tableclj

(table)

Returns the images table.

Returns the images table.
raw docstring

truncate!clj

(truncate! db & [opts])

Truncate the images table.

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