Liking cljdoc? Tell your friends :D

black.water.jdbc


db-do-commands-hookclj

(db-do-commands-hook f & args)

Hook for c.j.j db-do-commands

Hook for c.j.j db-do-commands
sourceraw docstring

decorate-cjj!clj

(decorate-cjj!)

Hooks into clojure.java.jdbc to log queries, inserts, and execute

Hooks into clojure.java.jdbc to log queries, inserts, and execute
sourceraw docstring

decorate-db-do-commands!clj

(decorate-db-do-commands!)

decorate c.j.j/execute!, wraps the fn var.

decorate c.j.j/execute!, wraps the fn var.
sourceraw docstring

decorate-execute!clj

(decorate-execute!)

decorate c.j.j/execute!, wraps the fn var.

decorate c.j.j/execute!, wraps the fn var.
sourceraw docstring

decorate-insert!clj

(decorate-insert!)

decorate c.j.j/insert!, wraps the fn var.

decorate c.j.j/insert!, wraps the fn var.
sourceraw docstring

decorate-query!clj

(decorate-query!)

decorate c.j.j/query, wraps the fn var.

decorate c.j.j/query, wraps the fn var.
sourceraw docstring

execute-hookclj

(execute-hook f & args)

Hook for c.j.j execute!

Hook for c.j.j execute!
sourceraw docstring

extract-transaction?clj

source

generic-loggerclj

(generic-logger accessor f args)
source

insert-hookclj

(insert-hook f & args)

Hook for c.j.j insert!

Hook for c.j.j insert!
sourceraw docstring

query-hookclj

(query-hook f & args)

Hook for c.j.j query, destructures sql from arguments and times the run-time, sending the results to the log fn.

Hook for c.j.j query, destructures sql from arguments
and times the run-time, sending the results to the log fn.
sourceraw docstring

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

× close