beam-core-0.8.0.0: Type-safe, feature-complete SQL query and manipulation interface for Haskell

Safe HaskellNone
LanguageHaskell2010

Database.Beam.Query.SQL92

Synopsis

Documentation

buildSql92Query' Source #

Arguments

:: (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.