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