| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
PostgresqlSyntax.Ast.WindowExclusionClause
Documentation
data WindowExclusionClause Source #
References
opt_window_exclusion_clause: | EXCLUDE CURRENT_P ROW | EXCLUDE GROUP_P | EXCLUDE TIES | EXCLUDE NO OTHERS | EMPTY
Constructors
| CurrentRowWindowExclusionClause | |
| GroupWindowExclusionClause | |
| TiesWindowExclusionClause | |
| NoOthersWindowExclusionClause |