Liking cljdoc? Tell your friends :D

yesparql.core


defqueriesclj

(defqueries filename)
(defqueries filename options)

Defines several query functions, as defined in the given SPARQL file. Each query in the file must begin with a -- name: <function-name> marker, followed by optional comment lines (which form the docstring), followed by the query itself.

Defines several query functions, as defined in the given SPARQL file.
Each query in the file must begin with a `-- name: <function-name>` marker,
followed by optional comment lines (which form the docstring), followed by
the query itself.
sourceraw docstring

defquerycljmacro

(defquery name filename)
(defquery name filename options)

Defines a query function, as defined in the given SPARQL file. Any comments in that file will form the docstring.

Defines a query function, as defined in the given SPARQL file.
Any comments in that file will form the docstring.
sourceraw docstring

defquery*clj

(defquery* name filename options)
source

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

× close