Copyright | Flipstone Technology Partners 2023 |
---|---|
License | MIT |
Stability | Stable |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Since: 1.0.0.0
Synopsis
- data ReturningOption clause where
- data ReturningClause
- data NoReturningClause
Documentation
data ReturningOption clause where Source #
Specifies whether or not a RETURNING
clause should be included when a
query expression is built. This type is found as a parameter on a number
of the query-building functions related to TableDefinition
.
@since 1.0.0.0
data ReturningClause Source #
A tag, used with ReturningOption
to indicate a SQL Returning clause.
Since: 1.0.0.0
data NoReturningClause Source #
A tag, used with ReturningOption
to indicate no SQL Returning clause.
Since: 1.0.0.0