Liking cljdoc? Tell your friends :D

mysqlx-clj.core


close-sessionclj

(close-session session)

Closes the given x protocol session

Closes the given x protocol session
raw docstring

commitclj

(commit session)

create-propsclj

(create-props props)

create-schemaclj

(create-schema session schema-name)

Creates a schema

Creates a schema
raw docstring

drop-schemaclj

(drop-schema session schema)

Drops a schema

Drops a schema
raw docstring

get-schemaclj

(get-schema session name)

Get schema reference by name.

Get schema reference by name.
raw docstring

get-schema-namesclj

(get-schema-names session)

Gets a list of all schema names present on the server

Gets a list of all schema names present on the server
raw docstring

get-urlclj

(get-url session)

Get the URL used to create this session.

Get the URL used to create this session.
raw docstring

open-sessionclj

(open-session {:keys [host port user password dbname]})

Connects to MySql using x protocol.

Connects to MySql using x protocol.
raw docstring

open?clj

(open? session)

rollbackclj

(rollback session)

start-transactionclj

(start-transaction session)

transactional-executionclj

(transactional-execution session f)

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

× close