Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- buildSql92Query' :: forall be db s a. ( BeamSqlBackend be, Projectible be a) => Bool -> Text -> Q be db s a -> BeamSqlBackendSelectSyntax be
Documentation
:: forall be db s a. ( BeamSqlBackend be, Projectible be a) | |
=> Bool |
Whether this backend supports arbitrary nested UNION, INTERSECT, EXCEPT |
-> Text |
Table prefix |
-> Q be db s a | |
-> BeamSqlBackendSelectSyntax be |
Convenience functions to construct an arbitrary SQL92 select syntax type
from a
Q
. Used by most backends as the default implementation of
buildSqlQuery
in
HasQBuilder
.