| Copyright | Flipstone Technology Partners 2023 |
|---|---|
| License | MIT |
| Stability | Stable |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Orville.PostgreSQL.Expr.LimitExpr
Description
Since: 1.0.0.0
Documentation
Type to represent a SQL limit expression. E.G.
LIMIT 10
LimitExpr provides a SqlExpression instance. See
unsafeSqlExpression for how to construct a value with your own custom
SQL.
Since: 1.0.0.0
Instances
| SqlExpression LimitExpr Source # | Since: 1.0.0.0 |