postgresql-syntax:internal
Safe HaskellNone
LanguageHaskell2010

PostgresqlSyntax.Ast.FrameBound

Synopsis

Documentation

data FrameBound Source #

References

frame_bound:
  |  UNBOUNDED PRECEDING
  |  UNBOUNDED FOLLOWING
  |  CURRENT_P ROW
  |  a_expr PRECEDING
  |  a_expr FOLLOWING

Instances

Instances details
Arbitrary FrameBound Source # 
Instance details

Defined in PostgresqlSyntax.Ast.FrameBound

Eq FrameBound Source # 
Instance details

Defined in PostgresqlSyntax.Ast.FrameBound

Ord FrameBound Source # 
Instance details

Defined in PostgresqlSyntax.Ast.FrameBound

Data FrameBound Source # 
Instance details

Defined in PostgresqlSyntax.Ast.FrameBound

Methods

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

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

toConstr :: FrameBound -> Constr #

dataTypeOf :: FrameBound -> DataType #

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

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

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

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

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

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

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

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

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

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

Generic FrameBound Source # 
Instance details

Defined in PostgresqlSyntax.Ast.FrameBound

Associated Types

type Rep FrameBound 
Instance details

Defined in PostgresqlSyntax.Ast.FrameBound

type Rep FrameBound = D1 ('MetaData "FrameBound" "PostgresqlSyntax.Ast.FrameBound" "postgresql-syntax-0.5.0.2-inplace-internal" 'False) ((C1 ('MetaCons "UnboundedPrecedingFrameBound" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "UnboundedFollowingFrameBound" 'PrefixI 'False) (U1 :: Type -> Type)) :+: (C1 ('MetaCons "CurrentRowFrameBound" 'PrefixI 'False) (U1 :: Type -> Type) :+: (C1 ('MetaCons "PrecedingFrameBound" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 AExpr)) :+: C1 ('MetaCons "FollowingFrameBound" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 AExpr)))))
Show FrameBound Source # 
Instance details

Defined in PostgresqlSyntax.Ast.FrameBound

IsAst FrameBound Source # 
Instance details

Defined in PostgresqlSyntax.Ast.FrameBound

type Rep FrameBound Source # 
Instance details

Defined in PostgresqlSyntax.Ast.FrameBound

type Rep FrameBound = D1 ('MetaData "FrameBound" "PostgresqlSyntax.Ast.FrameBound" "postgresql-syntax-0.5.0.2-inplace-internal" 'False) ((C1 ('MetaCons "UnboundedPrecedingFrameBound" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "UnboundedFollowingFrameBound" 'PrefixI 'False) (U1 :: Type -> Type)) :+: (C1 ('MetaCons "CurrentRowFrameBound" 'PrefixI 'False) (U1 :: Type -> Type) :+: (C1 ('MetaCons "PrecedingFrameBound" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 AExpr)) :+: C1 ('MetaCons "FollowingFrameBound" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 AExpr)))))