Liking cljdoc? Tell your friends :D

metabase.query-processor.middleware.parameters.sql

Param substitution for SQL queries. This is a new implementation, fondly referred to as 'SQL parameters 2.0', written for v0.23.0. The new implementation uses prepared statement args instead of substituting them directly into the query, and is much better-organized and better-documented.

Param substitution for *SQL* queries.
This is a new implementation, fondly referred to as 'SQL parameters 2.0', written for v0.23.0.
The new implementation uses prepared statement args instead of substituting them directly into the query,
and is much better-organized and better-documented.
raw docstring

expandclj

(expand query)

Expand parameters inside a SQL query.

Expand parameters inside a *SQL* `query`.
sourceraw docstring

strict-map->CommaSeparatedNumbersclj

(strict-map->CommaSeparatedNumbers m43226 & [drop-extra-keys?__12257__auto__])

Factory function for class CommaSeparatedNumbers, taking a map of keywords to field values. All keys are required, and no extra keys are allowed. Even faster than map->

Factory function for class CommaSeparatedNumbers, taking a map of keywords to field values.  All keys are required, and no extra keys are allowed.  Even faster than map->
sourceraw docstring

strict-map->Dateclj

(strict-map->Date m43156 & [drop-extra-keys?__12257__auto__])

Factory function for class Date, taking a map of keywords to field values. All keys are required, and no extra keys are allowed. Even faster than map->

Factory function for class Date, taking a map of keywords to field values.  All keys are required, and no extra keys are allowed.  Even faster than map->
sourceraw docstring

strict-map->Dimensionclj

(strict-map->Dimension m43103 & [drop-extra-keys?__12257__auto__])

Factory function for class Dimension, taking a map of keywords to field values. All keys are required, and no extra keys are allowed. Even faster than map->

Factory function for class Dimension, taking a map of keywords to field values.  All keys are required, and no extra keys are allowed.  Even faster than map->
sourceraw docstring

strict-map->MultipleValuesclj

(strict-map->MultipleValues m43291 & [drop-extra-keys?__12257__auto__])

Factory function for class MultipleValues, taking a map of keywords to field values. All keys are required, and no extra keys are allowed. Even faster than map->

Factory function for class MultipleValues, taking a map of keywords to field values.  All keys are required, and no extra keys are allowed.  Even faster than map->
sourceraw docstring

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

× close