| Copyright | 2017 Kei Hibino |
|---|---|
| License | BSD3 |
| Maintainer | ex8k.hibino@gmail.com |
| Stability | experimental |
| Portability | unknown |
| Safe Haskell | None |
| Language | Haskell2010 |
Database.Relational.Projectable.Instances
Contents
Description
This module provides instances between projected terms and SQL terms.
Orphan instances
| ProductIsoFunctor PlaceHolders # | Compose seed of record type |
| ProductIsoApplicative PlaceHolders # | Compose record type |
| AggregatedContext OverWindow # |
|
| AggregatedContext Aggregated # |
|
| OperatorContext Aggregated # | full SQL expression is availabe in Aggregated context |
| OperatorContext Flat # | full SQL expression is availabe in Flat context |
| SqlContext OverWindow # | Unsafely make |
| SqlContext Aggregated # | Unsafely make |
| SqlContext Flat # | Unsafely make |
| ProductIsoEmpty PlaceHolders () # | Zipping except for identity element laws against placeholder parameter type. |