Liking cljdoc? Tell your friends :D

fluree.db.query.sql.template


build-fn-callclj/s

(build-fn-call terms)

Formats terms as a function call

Formats `terms` as a function call
raw docstring

build-predicateclj/s

(build-predicate c f)

Formats the collection string c and the field string f by joining them with a '/'

Formats the collection string `c` and the field string `f` by joining them
with a '/'
raw docstring

build-varclj/s

(build-var s)

Formats s as a var by prepending '?', filtering out '/', and lowerCamelCasing the remaining string

Formats `s` as a var by prepending '?', filtering out '/', and lowerCamelCasing
the remaining string
raw docstring

collectionclj/s

Template for representing flake collections

Template for representing flake collections
raw docstring

collection-varclj/s

Template for storing flake subjects as variables

Template for storing flake subjects as variables
raw docstring

fieldclj/s

Template for represent collection fields

Template for represent collection fields
raw docstring

field->predicate-templateclj/s

(field->predicate-template f)

Build a flake predicate template string from the collection template and the known field value f

Build a flake predicate template string from the collection template and the
known field value `f`
raw docstring

field-varclj/s

Template for storing flake fields as variables

Template for storing flake fields as variables
raw docstring

fill-inclj/s

(fill-in tmpl-str tmpl v)

fill-in-collectionclj/s

(fill-in-collection coll-name tmpl-data)

Fills in the known collection name coll-name wherever the collection template appears in tmpl-str

Fills in the known collection name `coll-name` wherever the collection template
appears in `tmpl-str`
raw docstring

normalizeclj/s

(normalize s)

Formats s by removing any '/' and capitalizing the following character for each '/' removed

Formats `s` by removing any '/' and capitalizing the following character for
each '/' removed
raw docstring

predicateclj/s

Template for representing flake predicates with both collection and field missing

Template for representing flake predicates with both collection and field
missing
raw docstring

predicate?clj/s

(predicate? s)

Returns true if s is a predicate string

Returns true if `s` is a predicate string
raw docstring

template-forclj/s

(template-for kw)

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

× close