Liking cljdoc? Tell your friends :D

yesparql.generate


generate-query-fnclj

(generate-query-fn
  {:keys [name docstring statement filename] :or {filename ""} :as query}
  query-options)

Generate a function to run a query

  • if the name ends with ! a SPARQL UPDATE will be executed
  • otherwise a SPARQL QUERY will be executed.
Generate a function to run a query
- if the name ends with `!` a SPARQL UPDATE will be executed
- otherwise a SPARQL QUERY will be executed. 
sourceraw docstring

generate-varclj

(generate-var this options)
source

query-typeclj

(query-type name)
source

statement-handlerclj

(statement-handler name filename statement)
source

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

× close