Liking cljdoc? Tell your friends :D

burningswell.db.flickr.photos


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

(by-farm db farm & [opts])

Find all rows in db by farm.

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

(by-isfamily db isfamily & [opts])

Find all rows in db by isfamily.

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

by-isfriendclj

(by-isfriend db isfriend & [opts])

Find all rows in db by isfriend.

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

by-ispublicclj

(by-ispublic db ispublic & [opts])

Find all rows in db by ispublic.

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

by-ownerclj

(by-owner db owner & [opts])

Find all rows in db by owner.

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

(by-secret db secret & [opts])

Find all rows in db by secret.

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

by-serverclj

(by-server db server & [opts])

Find all rows in db by server.

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

by-titleclj

(by-title db title & [opts])

Find all rows in db by title.

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

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

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

photo?clj

(photo? x)

Return true if x is a photo, otherwise false.

Return true if `x` is a photo, otherwise false.
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 photos rows from table.

Select the batch of photos rows from table.
raw docstring

tableclj

(table)

Returns the photos table.

Returns the photos table.
raw docstring

truncate!clj

(truncate! db & [opts])

Truncate the photos table.

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