Liking cljdoc? Tell your friends :D

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


clause->query-fnclj

(clause->query-fn clause)
source

clean-queryclj

(clean-query query)

Removes spaces before and after commas And spaces after opened round bracket and before closed round bracket Won't match commas/round brackets between quotes, single or double

Removes spaces before and after commas
And spaces after opened round bracket and before closed round bracket
Won't match commas/round brackets between quotes, single or double
sourceraw docstring

count-query?clj

(count-query? sql-query)

Returns true if the SQL query only has count(.)

Returns true if the SQL query only has `count(.)`
sourceraw docstring

find-indexclj

(find-index sql-query)

Finds the index to be queried from the SQL query

Finds the index to be queried from the SQL query
sourceraw docstring

get-clauseclj

(get-clause [first-part second-part])
source

parse-queryclj

(parse-query sql-query)
source

query->es-opclj

(query->es-op clause)
source

take-till-next-clauseclj

(take-till-next-clause query-parts)

Gets the data for a particular clause from query parts Till the next clause is found

Gets the data for a particular clause from query parts
Till the next clause is found
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