H2 database client utility functions.
H2 database client utility functions.
(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.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close