Safe Haskell | None |
---|---|
Language | Haskell2010 |
This module contains worker definitions pertaining to generating Select
AST nodes.
NOTE: generateSQLSelect
is mutually recursive with
connectionToSelectWith
, thus these two cohabitate in this module.
Documentation
:: BoolExp | Pre join condition |
-> SelectSource | |
-> SelectNode | |
-> Select |
mkJoinCond :: TableAlias -> HashMap PGCol PGCol -> BoolExp Source #