beam-core-0.6.0.0: 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 #

class IsSql92DataTypeSyntax dataType => IsSql99DataTypeSyntax dataType where Source #

Methods

characterLargeObjectType :: dataType Source #

binaryLargeObjectType :: dataType Source #

booleanType :: dataType Source #

arrayType :: dataType -> Int -> dataType Source #

rowType :: [(Text, dataType)] -> dataType Source #