Liking cljdoc? Tell your friends :D

clj-arangodb.arangodb.collections


change-propertiesclj

(change-properties coll options)
source

delete-documentclj

(delete-document coll key)
(delete-document coll key as options)
source

delete-documentsclj

(delete-documents coll keys)
(delete-documents coll keys as options)
source

delete-indexclj

(delete-index coll index)
source

dropclj

(drop coll)
(drop coll flag)
source

ensure-full-text-indexclj

(ensure-full-text-index coll fields options)
source

ensure-geo-indexclj

(ensure-geo-index coll fields options)
source

ensure-hash-indexclj

(ensure-hash-index coll fields options)
source

ensure-persisten-indexclj

(ensure-persisten-index coll fields options)
source

ensure-skip-list-indexclj

(ensure-skip-list-index coll fields options)
source

get-documentclj

(get-document coll key)
(get-document coll key as)
(get-document coll key as options)

Class represents the class of the returned document. String will return a json encoding VpackSlice will return a arangodb velocypack slice BaseDocument will return a java object

 Class represents the class of the returned document.
`String` will return a json encoding
`VpackSlice` will return a arangodb velocypack slice
`BaseDocument` will return a java object
sourceraw docstring

get-documentsclj

(get-documents coll keys)
(get-documents coll keys as)

Class represents the class of the returned document. String will return a json encoding VpackSlice will return a arangodb velocypack slice BaseDocument will return a java object

 Class represents the class of the returned document.
`String` will return a json encoding
`VpackSlice` will return a arangodb velocypack slice
`BaseDocument` will return a java object
sourceraw docstring

get-indexclj

(get-index coll index)
source

get-indexesclj

(get-indexes coll)
source

import-documentsclj

(import-documents coll docs)
(import-documents coll docs options)
source

insert-documentclj

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

insert-documentsclj

(insert-documents coll docs)
(insert-documents coll docs options)
source

loadclj

(load coll)
source

renameclj

(rename coll new-name)
source

replace-documentclj

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

replace-documentsclj

(replace-documents coll docs)
(replace-documents coll docs options)
source

truncateclj

(truncate coll)
source

unloadclj

(unload coll)
source

update-documentclj

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

update-documentsclj

(update-documents coll docs)
(update-documents coll docs options)
source

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

× close