Liking cljdoc? Tell your friends :D

sqlosure.type-implementation


implementclj

(implement ty to-sql from-sql)
source

make-type-implementationclj

(make-type-implementation base-type to-sql from-sql)
Construct a `TypeImplementation` record.

`base-type`: access via [[sqlosure.type-implementation/type-implementation-base-type]]
`to-sql`: access via [[sqlosure.type-implementation/type-implementation-to-sql]]
`from-sql`: access via [[sqlosure.type-implementation/type-implementation-from-sql]]
sourceraw docstring

type-implementation-base-typeclj

(type-implementation-base-type rec__2313__auto__)
(type-implementation-base-type data__2314__auto__ v__2315__auto__)

Lens for the base-type field from a TypeImplementation record. See sqlosure.type-implementation/make-type-implementation.

Lens for the `base-type` field from a [[TypeImplementation]] record. See [[sqlosure.type-implementation/make-type-implementation]].
sourceraw docstring

type-implementation-from-sqlclj

(type-implementation-from-sql rec__2313__auto__)
(type-implementation-from-sql data__2314__auto__ v__2315__auto__)

Lens for the from-sql field from a TypeImplementation record. See sqlosure.type-implementation/make-type-implementation.

Lens for the `from-sql` field from a [[TypeImplementation]] record. See [[sqlosure.type-implementation/make-type-implementation]].
sourceraw docstring

type-implementation-to-sqlclj

(type-implementation-to-sql rec__2313__auto__)
(type-implementation-to-sql data__2314__auto__ v__2315__auto__)

Lens for the to-sql field from a TypeImplementation record. See sqlosure.type-implementation/make-type-implementation.

Lens for the `to-sql` field from a [[TypeImplementation]] record. See [[sqlosure.type-implementation/make-type-implementation]].
sourceraw docstring

type-implementation?clj

(type-implementation? thing)

Is object a TypeImplementation record? See sqlosure.type-implementation/make-type-implementation.

Is object a `TypeImplementation` record? See [[sqlosure.type-implementation/make-type-implementation]].
sourceraw docstring

TypeImplementationclj

source

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

× close