Liking cljdoc? Tell your friends :D

jdbc.meta

Connection metadata access methods.

Connection metadata access methods.
raw docstring

catalog-nameclj

(catalog-name c)

Given a connection, get a catalog name.

Given a connection, get a catalog name.
sourceraw docstring

db-major-versionclj

(db-major-version c)

Given a connection, return a database major version number.

Given a connection, return a database major
version number.
sourceraw docstring

db-minor-versionclj

(db-minor-version c)

Given a connection, return a database minor version number.

Given a connection, return a database minor
version number.
sourceraw docstring

db-product-nameclj

(db-product-name c)

Given a connection, return a database product name from it metadata.

Given a connection, return a database product
name from it metadata.
sourceraw docstring

db-product-versionclj

(db-product-version c)

Given a connection, return a database product version from it metadata.

Given a connection, return a database product
version from it metadata.
sourceraw docstring

driver-nameclj

(driver-name c)

Given a connection, return a current driver name used for this connection.

Given a connection, return a current driver name
used for this connection.
sourceraw docstring

driver-versionclj

(driver-version c)

Given a connection, return a current driver version used for this connection.

Given a connection, return a current driver version
used for this connection.
sourceraw docstring

is-readonly?clj

(is-readonly? c)

Returns true if a current connection is in read-only model.

Returns true if a current connection is
in read-only model.
sourceraw docstring

is-valid?clj

(is-valid? c)
(is-valid? c timeout)

Given a connection, return true if connection has not ben closed it still valid.

Given a connection, return true if connection
has not ben closed it still valid.
sourceraw docstring

isolation-levelclj

(isolation-level c)

Given a connection, get a current isolation level.

Given a connection, get a current isolation level.
sourceraw docstring

network-timeoutclj

(network-timeout c)

Given a connection, get network timeout.

Given a connection, get network timeout.
sourceraw docstring

schema-nameclj

(schema-name c)

Given a connection, get a schema name.

Given a connection, get a schema name.
sourceraw docstring

vendor-nameclj

(vendor-name c)

Get connection vendor name.

Get connection vendor name.
sourceraw docstring

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

× close