postgresql-syntax:internal
Safe HaskellNone
LanguageHaskell2010

PostgresqlSyntax.Ast.IndexElemDef

Synopsis

Documentation

data IndexElemDef Source #

References

  | ColId opt_collate opt_class opt_asc_desc opt_nulls_order
  | func_expr_windowless opt_collate opt_class opt_asc_desc opt_nulls_order
  | '(' a_expr ')' opt_collate opt_class opt_asc_desc opt_nulls_order

Instances

Instances details
Arbitrary IndexElemDef Source # 
Instance details

Defined in PostgresqlSyntax.Ast.IndexElemDef

Eq IndexElemDef Source # 
Instance details

Defined in PostgresqlSyntax.Ast.IndexElemDef

Ord IndexElemDef Source # 
Instance details

Defined in PostgresqlSyntax.Ast.IndexElemDef

Data IndexElemDef Source # 
Instance details

Defined in PostgresqlSyntax.Ast.IndexElemDef

Methods

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

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

toConstr :: IndexElemDef -> Constr #

dataTypeOf :: IndexElemDef -> DataType #

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

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

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

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

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

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

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

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

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

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

Generic IndexElemDef Source # 
Instance details

Defined in PostgresqlSyntax.Ast.IndexElemDef

Associated Types

type Rep IndexElemDef 
Instance details

Defined in PostgresqlSyntax.Ast.IndexElemDef

type Rep IndexElemDef = D1 ('MetaData "IndexElemDef" "PostgresqlSyntax.Ast.IndexElemDef" "postgresql-syntax-0.5.0.2-inplace-internal" 'False) (C1 ('MetaCons "IdIndexElemDef" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Ident)) :+: (C1 ('MetaCons "FuncIndexElemDef" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 FuncExprWindowless)) :+: C1 ('MetaCons "ExprIndexElemDef" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 AExpr))))
Show IndexElemDef Source # 
Instance details

Defined in PostgresqlSyntax.Ast.IndexElemDef

IsAst IndexElemDef Source # 
Instance details

Defined in PostgresqlSyntax.Ast.IndexElemDef

type Rep IndexElemDef Source # 
Instance details

Defined in PostgresqlSyntax.Ast.IndexElemDef

type Rep IndexElemDef = D1 ('MetaData "IndexElemDef" "PostgresqlSyntax.Ast.IndexElemDef" "postgresql-syntax-0.5.0.2-inplace-internal" 'False) (C1 ('MetaCons "IdIndexElemDef" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Ident)) :+: (C1 ('MetaCons "FuncIndexElemDef" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 FuncExprWindowless)) :+: C1 ('MetaCons "ExprIndexElemDef" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 AExpr))))