Liking cljdoc? Tell your friends :D

sqlosure.lang


Createclj

source

create!clj

(create! table record)
source

create-many!clj

(create-many! table & records)
source

create-recordclj

(create-record rec__2313__auto__)
(create-record data__2314__auto__ v__2315__auto__)

Lens for the record field from a Create record. See [[sqlosure.lang/make-create]].

Lens for the `record` field from a [[Create]] record. See [[sqlosure.lang/make-create]].
sourceraw docstring

create-tableclj

(create-table rec__2313__auto__)
(create-table data__2314__auto__ v__2315__auto__)

Lens for the table field from a Create record. See [[sqlosure.lang/make-create]].

Lens for the `table` field from a [[Create]] record. See [[sqlosure.lang/make-create]].
sourceraw docstring

create?clj

(create? thing)

Is object a Create record? See [[sqlosure.lang/make-create]].

Is object a `Create` record? See [[sqlosure.lang/make-create]].
sourceraw docstring

Deleteclj

source

delete!clj

(delete! table condition)
source

delete-conditionclj

(delete-condition rec__2313__auto__)
(delete-condition data__2314__auto__ v__2315__auto__)

Lens for the condition field from a Delete record. See [[sqlosure.lang/make-delete]].

Lens for the `condition` field from a [[Delete]] record. See [[sqlosure.lang/make-delete]].
sourceraw docstring

delete-tableclj

(delete-table rec__2313__auto__)
(delete-table data__2314__auto__ v__2315__auto__)

Lens for the table field from a Delete record. See [[sqlosure.lang/make-delete]].

Lens for the `table` field from a [[Delete]] record. See [[sqlosure.lang/make-delete]].
sourceraw docstring

delete?clj

(delete? thing)

Is object a Delete record? See [[sqlosure.lang/make-delete]].

Is object a `Delete` record? See [[sqlosure.lang/make-delete]].
sourceraw docstring

Envclj

source

env-connclj

(env-conn rec__2313__auto__)
(env-conn data__2314__auto__ v__2315__auto__)

Lens for the conn field from a Env record. See sqlosure.lang/make-env.

Lens for the `conn` field from a [[Env]] record. See [[sqlosure.lang/make-env]].
sourceraw docstring

env-implementationclj

(env-implementation rec__2313__auto__)
(env-implementation data__2314__auto__ v__2315__auto__)

Lens for the implementation field from a Env record. See sqlosure.lang/make-env.

Lens for the `implementation` field from a [[Env]] record. See [[sqlosure.lang/make-env]].
sourceraw docstring

env?clj

(env? thing)

Is object a Env record? See sqlosure.lang/make-env.

Is object a `Env` record? See [[sqlosure.lang/make-env]].
sourceraw docstring

filter!clj

(filter! condition table)
source

make-envclj

(make-env conn implementation)

Construct a Env record.

conn: access via sqlosure.lang/env-conn implementation: access via sqlosure.lang/env-implementation

Construct a `Env` record.

`conn`: access via [[sqlosure.lang/env-conn]]
`implementation`: access via [[sqlosure.lang/env-implementation]]
sourceraw docstring

person-id=clj

(person-id= id)
source

person-tableclj

source

Readclj

source

read!clj

(read! table)
source

read-conditionclj

(read-condition rec__2313__auto__)
(read-condition data__2314__auto__ v__2315__auto__)

Lens for the condition field from a Read record. See [[sqlosure.lang/make-read]].

Lens for the `condition` field from a [[Read]] record. See [[sqlosure.lang/make-read]].
sourceraw docstring

read-project!clj

(read-project! read projection)
source

read-projectionclj

(read-projection rec__2313__auto__)
(read-projection data__2314__auto__ v__2315__auto__)

Lens for the projection field from a Read record. See [[sqlosure.lang/make-read]].

Lens for the `projection` field from a [[Read]] record. See [[sqlosure.lang/make-read]].
sourceraw docstring

read-restrict!clj

(read-restrict! read condition)
source

read-tableclj

(read-table rec__2313__auto__)
(read-table data__2314__auto__ v__2315__auto__)

Lens for the table field from a Read record. See [[sqlosure.lang/make-read]].

Lens for the `table` field from a [[Read]] record. See [[sqlosure.lang/make-read]].
sourceraw docstring

read?clj

(read? thing)

Is object a Read record? See [[sqlosure.lang/make-read]].

Is object a `Read` record? See [[sqlosure.lang/make-read]].
sourceraw docstring

runclj

(run run-any state env m)
source

set-person-nameclj

(set-person-name n)
source

Updateclj

source

update!clj

(update! table condition replacement)
source

update-conditionclj

(update-condition rec__2313__auto__)
(update-condition data__2314__auto__ v__2315__auto__)

Lens for the condition field from a Update record. See [[sqlosure.lang/make-update]].

Lens for the `condition` field from a [[Update]] record. See [[sqlosure.lang/make-update]].
sourceraw docstring

update-replacementclj

(update-replacement rec__2313__auto__)
(update-replacement data__2314__auto__ v__2315__auto__)

Lens for the replacement field from a Update record. See [[sqlosure.lang/make-update]].

Lens for the `replacement` field from a [[Update]] record. See [[sqlosure.lang/make-update]].
sourceraw docstring

update-tableclj

(update-table rec__2313__auto__)
(update-table data__2314__auto__ v__2315__auto__)

Lens for the table field from a Update record. See [[sqlosure.lang/make-update]].

Lens for the `table` field from a [[Update]] record. See [[sqlosure.lang/make-update]].
sourceraw docstring

update?clj

(update? thing)

Is object a Update record? See [[sqlosure.lang/make-update]].

Is object a `Update` record? See [[sqlosure.lang/make-update]].
sourceraw docstring

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

× close