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

Safe HaskellNone
LanguageHaskell2010

Database.Beam.Backend.SQL.SQL99

Description

Finally tagless extension of SQL92 syntaxes for SQL99

Documentation

class IsSql92ExpressionSyntax expr => IsSql99ConcatExpressionSyntax expr where Source #

Minimal complete definition

concatE

Methods

concatE :: [expr] -> expr Source #