Liking cljdoc? Tell your friends :D

kameleon.queries


add-query-limitclj

(add-query-limit select_query limit_val)

Returns select_query with a LIMIT clause added if limit_val is more than 0; otherwise the original select_query is returned.

Returns select_query with a LIMIT clause added if limit_val is more than 0;
otherwise the original select_query is returned.
sourceraw docstring

add-query-offsetclj

(add-query-offset select_query offset_val)

Returns select_query with an OFFSET clause added if offset_val is 0 or more; otherwise the original select_query is returned.

Returns select_query with an OFFSET clause added if offset_val is 0 or more;
otherwise the original select_query is returned.
sourceraw docstring

add-query-sortingclj

(add-query-sorting select_query sort-field sort-dir)

Returns select_query with an ORDER BY clause added if sort-field is not nil; otherwise the original select_query is returned.

Returns select_query with an ORDER BY clause added if sort-field is not nil;
otherwise the original select_query is returned.
sourceraw docstring

current-db-versionclj

(current-db-version)

Determines the current database version.

Determines the current database version.
sourceraw docstring

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

× close