Safe Haskell | Safe-Inferred |
---|---|
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.
Synopsis
Documentation
:: BoolExp | Pre join condition for lateral joins |
-> SelectSource | |
-> SelectNode | |
-> Select |
generateSQLSelectFromArrayNode :: SelectSource -> MultiRowSelectNode -> BoolExp -> Select Source #
Create a select query