Liking cljdoc? Tell your friends :D

clj-pgcopy.core


array->bytesclj

(array->bytes pg-type coll)

Returns binary-encoded byte array when type of array can be determined, or nil

Returns binary-encoded byte array when type of array can be determined, or nil
raw docstring

copy-into!clj

(copy-into! conn table-sql values)
(copy-into! conn table cols values)

table-sql is the table name and columns for the COPY statement, e.g. myschema.mytable(col1, col2). It should match the order of the tuples exactly.

table-sql is the table name and columns for the COPY statement,
e.g. myschema.mytable(col1, col2). It should match the order of the
tuples exactly.
raw docstring

copy-tableclj

(copy-table conn table)
(copy-table conn table {:keys [csv? headers?]})

copy-to-streamclj

(copy-to-stream stream tuples)

extend-primitive-arraycljmacro

(extend-primitive-array klass pg-type)

IPGBinaryWritecljprotocol

pg-typeclj

(pg-type this)

write-toclj

(write-to this out)

numeric-componentsclj

(numeric-components bd)

oidsclj


values->copy-rows-binaryclj

(values->copy-rows-binary values)

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

× close