Liking cljdoc? Tell your friends :D

org.clojars.punit-naik.sqles.parse-sql.where


handle-clause-dataclj

(handle-clause-data clause-data)
source

nested-handle-clause-dataclj

(nested-handle-clause-data clause-data)

Applies handle-clause-data fn to nested where clauses

Applies `handle-clause-data` fn to nested where clauses
sourceraw docstring

operators-used-without-spacingclj

Operatos which can be used without spacing between operands

Operatos which can be used without spacing between operands
sourceraw docstring

separate-notsclj

(separate-nots statements)

Separates normal (true) not (false) statements from a list

Separates normal (true) `not` (false) statements from a list
sourceraw docstring

separate-operandsclj

(separate-operands statements)

If un-separated operands are present, this function separates them and returns

If un-separated operands are present, this function separates them and returns
sourceraw docstring

separate-statementsclj

(separate-statements clause-data)

Seprates where clause statements based on the logical operators they are tied with

Seprates where clause statements based on the logical operators they are tied with
sourceraw docstring

un-separated-operands?clj

(un-separated-operands? statement)

Checks if the operands of the where statement are separated (by space) or not For e.g. Operands are separated in the case of "a = 1" And not separated in casde of "a=1" Returns the matched operation in the statement, if un-separated.

Checks if the operands of the where statement are separated (by space) or not
For e.g. Operands are separated in the case of "a = 1"
         And not separated in casde of "a=1"
Returns the matched operation in the statement, if un-separated.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close