(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`.
(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}
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close