Liking cljdoc? Tell your friends :D

whoneedszzz.orientdb-client.core


beginclj

(begin session)

Begins an OrientDB transaction

Begins an OrientDB transaction
sourceraw docstring

close-dbclj

(close-db db)

Close the database connection

Close the database connection
sourceraw docstring

close-sessionclj

(close-session session)

Close the database session

Close the database session
sourceraw docstring

commitclj

(commit session)

Commits an OrientDB transaction

Commits an OrientDB transaction
sourceraw 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
sourceraw 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
sourceraw 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
sourceraw docstring

gen-odb-mapclj

(gen-odb-map params)

Generates a map with string keys for OrientDB

Generates a map with string keys for OrientDB
sourceraw docstring

resultset->mapsclj

(resultset->maps result-set sort?)

Converts an OResultSet to a vector of map(s)

Converts an OResultSet to a vector of map(s)
sourceraw docstring

rollbackclj

(rollback session)

Rolls back an OrientDB transaction

Rolls back an OrientDB transaction
sourceraw docstring

scriptclj

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

Executes a script

Executes a script
sourceraw docstring

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

× close