Liking cljdoc? Tell your friends :D

metabase.plugins.jdbc-proxy

JDBC proxy driver used for drivers added at runtime. DriverManager refuses to recognize drivers that weren't loaded by the system classloader, so we need to wrap our drivers loaded at runtime with a proxy class loaded at launch time.

JDBC proxy driver used for drivers added at runtime. DriverManager refuses to recognize drivers that weren't loaded
by the system classloader, so we need to wrap our drivers loaded at runtime with a proxy class loaded at launch time.
raw docstring

create-and-register-proxy-driver!clj

(create-and-register-proxy-driver! class-name)

Create a new JDBC proxy driver to wrap driver with class-name. Registers the driver with JDBC, and deregisters the class it wraps if that class is already registered.

Create a new JDBC proxy driver to wrap driver with `class-name`. Registers the driver with JDBC, and deregisters the
class it wraps if that class is already registered.
sourceraw docstring

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

× close