mirror of
https://github.com/khibino/haskell-relational-record.git
synced 2024-12-04 15:03:58 +03:00
relational-query: formatted.
This commit is contained in:
parent
ce5354b9b6
commit
4b63ee04ea
@ -11,7 +11,7 @@
|
|||||||
--
|
--
|
||||||
-- This module defines sub-query structure used in query products.
|
-- This module defines sub-query structure used in query products.
|
||||||
module Database.Relational.Query.Internal.Sub
|
module Database.Relational.Query.Internal.Sub
|
||||||
( SubQuery (..), UntypedProjection, ProjectionUnit (..)
|
( SubQuery (..)
|
||||||
, SetOp (..), BinOp (..), Qualifier (..), Qualified (..)
|
, SetOp (..), BinOp (..), Qualifier (..), Qualified (..)
|
||||||
|
|
||||||
-- * Product tree type
|
-- * Product tree type
|
||||||
@ -19,6 +19,7 @@ module Database.Relational.Query.Internal.Sub
|
|||||||
, JoinProduct, QueryProductTree
|
, JoinProduct, QueryProductTree
|
||||||
, ProductTreeBuilder, ProductBuilder
|
, ProductTreeBuilder, ProductBuilder
|
||||||
|
|
||||||
|
, UntypedProjection, ProjectionUnit (..)
|
||||||
, Projection, untypeProjection, typedProjection
|
, Projection, untypeProjection, typedProjection
|
||||||
|
|
||||||
-- * Query restriction
|
-- * Query restriction
|
||||||
|
Loading…
Reference in New Issue
Block a user