Liking cljdoc? Tell your friends :D

datumbazo.io


citextclj

(citext s)
source

decode-arrayclj

(decode-array x)

Decode an array column.

Decode an array column.
sourceraw docstring

decode-columncljmultimethod

source

decode-dateclj

(decode-date x)

Decode a date column.

Decode a date column.
sourceraw docstring

decode-pggeometryclj

(decode-pggeometry x)

Decode a PGgeometry column.

Decode a PGgeometry column.
sourceraw docstring

decode-pgobjectcljmultimethod

source

decode-rowclj

(decode-row row)

Decode the columns of row into Clojure types.

Decode the columns of `row` into Clojure types.
sourceraw docstring

define-array-decoderscljmacro

(define-array-decoders dimensions & classes)
source

encode-columncljmultimethod

source

encode-pggeometryclj

(encode-pggeometry x)

Encode a PGgeometry column.

Encode a PGgeometry column.
sourceraw docstring

encode-rowclj

(encode-row db table row)

Encode the columns of row into database types.

Encode the columns of `row` into database types.
sourceraw docstring

encode-rowsclj

(encode-rows db table rows)

Encode the columns of rows into database types.

Encode the columns of `rows` into database types.
sourceraw docstring

encode-timestampclj

(encode-timestamp x)

Encode a timestamp column.

Encode a timestamp column.
sourceraw docstring

jsonbclj

(jsonb x)

Convert x into a JSONB type.

Convert `x` into a JSONB type.
sourceraw docstring

source

read-instant-date-timeclj

To read an instant as an DateTime, bind data-readers to a map with this var as the value for the 'inst key.

To read an instant as an DateTime, bind *data-readers* to a map
with this var as the value for the 'inst key.
sourceraw docstring

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

× close