| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
PostgresqlSyntax.Ast.FrameBound
Documentation
data FrameBound Source #
References
frame_bound: | UNBOUNDED PRECEDING | UNBOUNDED FOLLOWING | CURRENT_P ROW | a_expr PRECEDING | a_expr FOLLOWING
Constructors
| UnboundedPrecedingFrameBound | |
| UnboundedFollowingFrameBound | |
| CurrentRowFrameBound | |
| PrecedingFrameBound AExpr | |
| FollowingFrameBound AExpr |