Liking cljdoc? Tell your friends :D

com.yetanalytics.flint-jena.update


create-updatesclj

(create-updates update-map-coll)

Create an UpdateRequest from update-map-coll, where each update map consists of prologue, opts, and update-ast.

Create an UpdateRequest from `update-map-coll`, where each update map
consists of `prologue`, `opts`, and `update-ast`.
sourceraw docstring

new-updatecljmultimethod

(new-update update-type ast-map)

Create and return a new Update instance, whose type (e.g. LOAD, DELETE WHERE, etc.) is determined by update-type and its content by ast-map. ast-map is a map from keywords to Jena objects, e.g.

{:with with-graph :delete delete-quads :insert insert-quads :where where-element}

Create and return a new Update instance, whose type (e.g. LOAD, DELETE WHERE,
etc.) is determined by `update-type` and its content by `ast-map`. `ast-map`
is a map from keywords to Jena objects, e.g.

  {:with   with-graph
   :delete delete-quads
   :insert insert-quads
   :where  where-element}
sourceraw docstring

QuadBlockcljprotocol

-add-quads!clj

(-add-quads! this quad-acc)
source

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

× close