Liking cljdoc? Tell your friends :D
Clojure only.

szew.h2.util

H2 database client utility functions.

H2 database client utility functions.
raw docstring

columnlist?clj

(columnlist? conn)

Are we being asked for columnlist spec?

This will return true if inside a function being used as stored procedure by H2 engine. It means that we are requested to return java.sql.ResultSet, like org.h2.tools.SimpleResultSet (for queries) or Java type mapped by H2 for functions.

Are we being asked for columnlist spec?

This will return true if inside a function being used as stored procedure
by H2 engine. It means that we are requested to return java.sql.ResultSet,
like org.h2.tools.SimpleResultSet (for queries) or Java type mapped by H2
for functions.
raw docstring

de-clobclj

(de-clob a-map)
(de-clob a-map touch-keys)

CLOB to String conversion in a-map returned from the database.

Warning: database connection must be open -- run in transaction.

CLOB to String conversion in a-map returned from the database.

Warning: database connection must be open -- run in transaction.
raw docstring

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

× close