postgresql-syntax:internal
Safe HaskellNone
LanguageHaskell2010

PostgresqlSyntax.Ast.SortClause

Synopsis

Documentation

newtype SortClause Source #

References

sort_clause:
  |  ORDER BY sortby_list

sortby_list:
  |  sortby
  |  sortby_list ',' sortby

Constructors

SortClause (NonEmpty SortBy) 

Instances

Instances details
Arbitrary SortClause Source # 
Instance details

Defined in PostgresqlSyntax.Ast.SortClause

Eq SortClause Source # 
Instance details

Defined in PostgresqlSyntax.Ast.SortClause

Ord SortClause Source # 
Instance details

Defined in PostgresqlSyntax.Ast.SortClause

Data SortClause Source # 
Instance details

Defined in PostgresqlSyntax.Ast.SortClause

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> SortClause -> c SortClause #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c SortClause #

toConstr :: SortClause -> Constr #

dataTypeOf :: SortClause -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c SortClause) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c SortClause) #

gmapT :: (forall b. Data b => b -> b) -> SortClause -> SortClause #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> SortClause -> r #

gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> SortClause -> r #

gmapQ :: (forall d. Data d => d -> u) -> SortClause -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> SortClause -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> SortClause -> m SortClause #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> SortClause -> m SortClause #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> SortClause -> m SortClause #

Generic SortClause Source # 
Instance details

Defined in PostgresqlSyntax.Ast.SortClause

Associated Types

type Rep SortClause 
Instance details

Defined in PostgresqlSyntax.Ast.SortClause

type Rep SortClause = D1 ('MetaData "SortClause" "PostgresqlSyntax.Ast.SortClause" "postgresql-syntax-0.5.0.2-inplace-internal" 'True) (C1 ('MetaCons "SortClause" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (NonEmpty SortBy))))
Show SortClause Source # 
Instance details

Defined in PostgresqlSyntax.Ast.SortClause

IsAst SortClause Source # 
Instance details

Defined in PostgresqlSyntax.Ast.SortClause

type Rep SortClause Source # 
Instance details

Defined in PostgresqlSyntax.Ast.SortClause

type Rep SortClause = D1 ('MetaData "SortClause" "PostgresqlSyntax.Ast.SortClause" "postgresql-syntax-0.5.0.2-inplace-internal" 'True) (C1 ('MetaCons "SortClause" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (NonEmpty SortBy))))