Liking cljdoc? Tell your friends :D

clj-arangodb.arangodb.graph


add-edge-definitionclj

(add-edge-definition graph definition)
source

add-vertex-collectionclj

(add-vertex-collection graph name)
source

delete-edgeclj

(delete-edge coll key doc)
(delete-edge coll key doc options)
source

delete-vertexclj

(delete-vertex coll key doc)
(delete-vertex coll key doc options)
source

dropclj

(drop x)
source

edge-collectionclj

(edge-collection graph name)

get the actual collection

get the actual collection
sourceraw docstring

edge-definitionclj

(edge-definition {:keys [name from to] :as edge-definition})
source

exists?clj

(exists? x)
source

get-edgeclj

(get-edge coll key)
(get-edge coll key as)
(get-edge coll key as options)
source

get-edge-definitionsclj

(get-edge-definitions graph)
source

get-infoclj

(get-info x)
source

get-vertexclj

(get-vertex coll key)
(get-vertex coll key as)
(get-vertex coll key as options)
source

get-vertex-collectionsclj

(get-vertex-collections graph)
source

insert-edgeclj

(insert-edge coll doc)
(insert-edge coll doc options)
source

insert-vertexclj

(insert-vertex coll doc)
(insert-vertex coll doc options)
source

remove-edge-definitionclj

(remove-edge-definition graph name)
source

replace-edgeclj

(replace-edge coll key doc)
(replace-edge coll key doc options)
source

replace-edge-definitionclj

(replace-edge-definition graph definition)
source

replace-vertexclj

(replace-vertex coll key doc)
(replace-vertex coll key doc options)
source

update-edgeclj

(update-edge coll key doc)
(update-edge coll key doc options)
source

update-vertexclj

(update-vertex coll key doc)
(update-vertex coll key doc options)
source

vertex-collectionclj

(vertex-collection graph name)

get the actual collection

get the actual collection
sourceraw docstring

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

× close