| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Rel8.Internal.Statement.Returning
Synopsis
- data Returning names a where
- runReturning :: State Tag Doc -> Returning names a -> Statement a
- ppReturning :: TableSchema names -> Returning names a -> Doc
Documentation
data Returning names a where Source #
Constructors
| NoReturning :: forall names. Returning names () | No |
| Returning :: forall names exprs a1. (Selects names exprs, Table Expr a1) => (exprs -> a1) -> Returning names (Query a1) |
|
ppReturning :: TableSchema names -> Returning names a -> Doc Source #