| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
PostgresqlSyntax.Ast.SortClause
Synopsis
- newtype SortClause = SortClause (NonEmpty SortBy)
Documentation
newtype SortClause Source #
References
sort_clause: | ORDER BY sortby_list sortby_list: | sortby | sortby_list ',' sortby
Constructors
| SortClause (NonEmpty SortBy) |