Liking cljdoc? Tell your friends :D

clj-odbp.network.socket


create-socketclj

(create-socket)

Connect to the OrientDB server and check the version.

Connect to the OrientDB server and check the version.
sourceraw docstring

read-responseclj

(read-response socket command)

Read the data in socket and apply command to it. If socket contains an exception, it is handled by clj-odbp.deserialize.exception/handle-exception.

Read the data in `socket` and apply `command` to it. If `socket`
contains an exception, it is handled by clj-odbp.deserialize.exception/handle-exception.
sourceraw docstring

supported-protocol-versionclj

source

write-requestclj

(write-request socket command & args)

Write the result of applying command to args on the socket.

Write the result of applying `command` to `args` on the `socket`.
sourceraw docstring

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

× close