relational-query-0.9.1.0: Typeful, Modular, Relational, algebraic query engine

Copyright2017 Kei Hibino
LicenseBSD3
Maintainerex8k.hibino@gmail.com
Stabilityexperimental
Portabilityunknown
Safe HaskellSafe
LanguageHaskell2010

Database.Relational.Query.Context

Description

This module re-export query context tag types.

Synopsis

Documentation

data Flat Source #

Type tag for flat (not-aggregated) query

Instances

data Aggregated Source #

Type tag for aggregated query

data Exists Source #

Type tag for exists predicate

data OverWindow Source #

Type tag for window function building

data SetList Source #

Type tag for aggregatings GROUPING SETS

data Power Source #

Type tag for aggregatings power set