postgresql-syntax:internal
Safe HaskellNone
LanguageHaskell2010

PostgresqlSyntax.Ast.WindowExclusionClause

Synopsis

Documentation

data WindowExclusionClause Source #

References

opt_window_exclusion_clause:
  |  EXCLUDE CURRENT_P ROW
  |  EXCLUDE GROUP_P
  |  EXCLUDE TIES
  |  EXCLUDE NO OTHERS
  |  EMPTY

Instances

Instances details
Arbitrary WindowExclusionClause Source # 
Instance details

Defined in PostgresqlSyntax.Ast.WindowExclusionClause

Eq WindowExclusionClause Source # 
Instance details

Defined in PostgresqlSyntax.Ast.WindowExclusionClause

Ord WindowExclusionClause Source # 
Instance details

Defined in PostgresqlSyntax.Ast.WindowExclusionClause

Data WindowExclusionClause Source # 
Instance details

Defined in PostgresqlSyntax.Ast.WindowExclusionClause

Methods

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

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

toConstr :: WindowExclusionClause -> Constr #

dataTypeOf :: WindowExclusionClause -> DataType #

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

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

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

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

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

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

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

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

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

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

Generic WindowExclusionClause Source # 
Instance details

Defined in PostgresqlSyntax.Ast.WindowExclusionClause

Associated Types

type Rep WindowExclusionClause 
Instance details

Defined in PostgresqlSyntax.Ast.WindowExclusionClause

type Rep WindowExclusionClause = D1 ('MetaData "WindowExclusionClause" "PostgresqlSyntax.Ast.WindowExclusionClause" "postgresql-syntax-0.5.0.2-inplace-internal" 'False) ((C1 ('MetaCons "CurrentRowWindowExclusionClause" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "GroupWindowExclusionClause" 'PrefixI 'False) (U1 :: Type -> Type)) :+: (C1 ('MetaCons "TiesWindowExclusionClause" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "NoOthersWindowExclusionClause" 'PrefixI 'False) (U1 :: Type -> Type)))
Show WindowExclusionClause Source # 
Instance details

Defined in PostgresqlSyntax.Ast.WindowExclusionClause

IsAst WindowExclusionClause Source # 
Instance details

Defined in PostgresqlSyntax.Ast.WindowExclusionClause

type Rep WindowExclusionClause Source # 
Instance details

Defined in PostgresqlSyntax.Ast.WindowExclusionClause

type Rep WindowExclusionClause = D1 ('MetaData "WindowExclusionClause" "PostgresqlSyntax.Ast.WindowExclusionClause" "postgresql-syntax-0.5.0.2-inplace-internal" 'False) ((C1 ('MetaCons "CurrentRowWindowExclusionClause" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "GroupWindowExclusionClause" 'PrefixI 'False) (U1 :: Type -> Type)) :+: (C1 ('MetaCons "TiesWindowExclusionClause" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "NoOthersWindowExclusionClause" 'PrefixI 'False) (U1 :: Type -> Type)))