Liking cljdoc? Tell your friends :D

szew.h2.next-jdbc

H2 database java.jdbc administration helpers.

H2 database java.jdbc administration helpers.
raw docstring

bulk-insert-mode!clj

(bulk-insert-mode! conn)

Set H2 into bulk insert mode recommended in docs.

Set H2 into bulk insert mode recommended in docs.
raw docstring

copy!clj

(copy! source target compression?)
(copy! source target dump-file compression?)

Will dump! source, raze! target, pump! target.

If dump-file not given uses temporary file and deletes it afterwards.

Will dump! source, raze! target, pump! target.

If dump-file not given uses temporary file and deletes it afterwards.
raw docstring

dump!clj

(dump! conn dump-file compression?)

Exports database into a SQL file (server side).

Exports database into a SQL file (server side).
raw docstring

pump!clj

(pump! conn dump-file compression?)

Imports database from SQL file (server side).

Imports database from SQL file (server side).
raw docstring

raze!clj

(raze! conn)

Drops all objects and, if no connections are open, deletes database files.

Usually in embedded mode executing this removed the database files.

Drops all objects and, if no connections are open, deletes database files.

Usually in embedded mode executing this removed the database files.
raw docstring

retrieval-mode!clj

(retrieval-mode! conn)

Set H2 into settings to defaults.

Set H2 into settings to defaults.
raw docstring

shutdown!clj

(shutdown! conn)
(shutdown! conn option)

Executes SHUTDOWN in connected database, requires admin rights.

The option argument may be: :immediately, :compact or :defrag. By default normal shutdown (no switch) is executed.

Executes SHUTDOWN in connected database, requires admin rights.

The option argument may be: :immediately, :compact or :defrag. By default
normal shutdown (no switch) is executed.
raw docstring

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

× close