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

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

Database.Relational.Projectable.Instances

Contents

Description

This module provides instances between projected terms and SQL terms.

Orphan instances

ProductIsoFunctor PlaceHolders Source #

Compose seed of record type PlaceHolders.

Methods

(|$|) :: ProductConstructor (a -> b) => (a -> b) -> PlaceHolders a -> PlaceHolders b #

ProductIsoApplicative PlaceHolders Source #

Compose record type PlaceHolders using applicative style.

AggregatedContext OverWindow Source #

OverWindow context is aggregated context

AggregatedContext Aggregated Source #

Aggregated context is aggregated context

OperatorContext Aggregated Source #

full SQL expression is availabe in Aggregated context

OperatorContext Flat Source #

full SQL expression is availabe in Flat context

SqlContext OverWindow Source #

Unsafely make Record from SQL terms.

SqlContext Aggregated Source #

Unsafely make Record from SQL terms.

SqlContext Flat Source #

Unsafely make Record from SQL terms.

ProductIsoEmpty PlaceHolders () Source #

Zipping except for identity element laws against placeholder parameter type.