Liking cljdoc? Tell your friends :D

edu.ucdenver.ccp.kr.kb


*kb*clj


add-featureclj

(add-feature kb feature & more-features)

connectionclj

(connection kb)
(connection kb force-new)

copy-kb-slotsclj

(copy-kb-slots target-kb source-kb)

featuresclj

(features kb)

has-feature?clj

(has-feature? kb feature)

kbcljmultimethod


KBcljprotocol

closeclj

(close kb)

closes and invalidates the connection

closes and invalidates the connection

initializeclj

(initialize kb)

initializes the kb

initializes the kb

nativeclj

(native kb)

gets the actual underlying native object

gets the actual underlying native object

openclj

(open kb)

establishes a connection to the kb

establishes a connection to the kb

set!-kbclj

(set!-kb new-kb)

DONOT USE THIS FUNCTION for testing only. sets the root kb binding.

DONOT USE THIS FUNCTION for testing only.  sets the root *kb* binding.
raw docstring

with-new-connectioncljmacro

(with-new-connection kb conn & body)

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

× close