Liking cljdoc? Tell your friends :D

wagoe.platform.shell.adapters.database.h2.core

H2 adapter.

Runs in PostgreSQL compatibility mode with DATABASE_TO_LOWER, so identifiers behave like PostgreSQL's; native booleans; ANSI SQL.

H2 adapter.

Runs in PostgreSQL compatibility mode with DATABASE_TO_LOWER, so identifiers
behave like PostgreSQL's; native booleans; ANSI SQL.
raw docstring

new-adapterclj

(new-adapter)

Create an H2 adapter.

Create an H2 adapter.
sourceraw docstring

specclj

What H2 does differently. See common.adapter for the keys.

What H2 does differently. See common.adapter for the keys.
sourceraw docstring

with-transactioncljmacro

(with-transaction binding & body)

Run body in a transaction on datasource.

Example: (with-transaction [tx datasource] (execute-update! tx query))

Run `body` in a transaction on `datasource`.

Example:
  (with-transaction [tx datasource]
    (execute-update! tx query))
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close