Liking cljdoc? Tell your friends :D

whoneedszzz.orientdb-client-sql.client


beginclj

(begin session)

Begins an OrientDB transaction

Begins an OrientDB transaction
raw docstring

close-dbclj

(close-db db)

Close the database connection

Close the database connection
raw docstring

close-sessionclj

(close-session session)

Close the database session

Close the database session
raw docstring

commandclj

(command {:keys [session command params sort? keywords?]})

Returns the result of the given session, command, and parameters as a vector of maps optionally sorted and using keywords

Returns the result of the given session, command, and parameters as a vector of maps optionally sorted and using keywords
raw docstring

commitclj

(commit session)

Commits an OrientDB transaction

Commits an OrientDB transaction
raw docstring

connectclj

(connect {:keys [url root-user root-password config db-name db-user db-password
                 pool?]})

Connect to a remote OrientDB instance with required and optional properties Note: :root-user & :root-password may be nil, but are required for root tasks

Connect to a remote OrientDB instance with required and optional properties
Note: :root-user & :root-password may be nil, but are required for root tasks
raw docstring

create-dbclj

(create-db {:keys [db db-name db-type config]})

Creates an OrientDB database Note: Root credentials must have been provided in connect

Creates an OrientDB database
Note: Root credentials must have been provided in connect
raw docstring

drop-dbclj

(drop-db {:keys [db db-name]})

Drops given OrientDB database Note: Root credentials must have been provided in connect

Drops given OrientDB database
Note: Root credentials must have been provided in connect
raw docstring

queryclj

(query {:keys [session query params sort? keywords?]})

Returns the result of the given session, query, and parameters as a vector of maps optionally sorted and using keywords

Returns the result of the given session, query, and parameters as a vector of maps optionally sorted and using keywords
raw docstring

rollbackclj

(rollback session)

Rolls back an OrientDB transaction

Rolls back an OrientDB transaction
raw docstring

scriptclj

(script {:keys [session lang script params keywords?]})

Executes a script

Executes a script
raw docstring

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

× close