parent
34b58e41c4
commit
694233e2f0
1 changed files with 5 additions and 2 deletions
|
|
@ -280,8 +280,11 @@ is also available. These functions are generally variadic and threadable:
|
||||||
There is a helper function for every single clause that HoneySQL
|
There is a helper function for every single clause that HoneySQL
|
||||||
supports out of the box. In addition, there are helpers for
|
supports out of the box. In addition, there are helpers for
|
||||||
`composite`, `lateral`, `over`, and `upsert` that make it easier to construct those
|
`composite`, `lateral`, `over`, and `upsert` that make it easier to construct those
|
||||||
parts of the SQL DSL (examples of `composite` appear in the [README](/README.md),
|
parts of the SQL DSL (examples of `composite` appear in the
|
||||||
examples of `over` appear in the [Clause Reference](clause-reference.md))
|
[README](/README.md#composite-types)
|
||||||
|
and in the [General Reference](general-reference.md#tuples-and-composite-values);
|
||||||
|
examples of `over` appear in the
|
||||||
|
[Clause Reference](clause-reference.md#window-partition-by-and-over))
|
||||||
|
|
||||||
In general, `(helper :foo expr)` will produce `{:helper [:foo expr]}`
|
In general, `(helper :foo expr)` will produce `{:helper [:foo expr]}`
|
||||||
(with a few exceptions -- see the docstring of the helper function
|
(with a few exceptions -- see the docstring of the helper function
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue