relational-schemas-0.1.3.3: RDBMSs' schema templates for relational-query

Copyright2013-2017 Kei Hibino
LicenseBSD3
Maintainerex8k.hibino@gmail.com
Stabilityexperimental
Portabilityunknown
Safe HaskellNone
LanguageHaskell2010

Database.Relational.Schema.PgCatalog.PgAttribute

Description

 

Documentation

data PgAttribute Source #

Instances

Show PgAttribute Source # 
Generic PgAttribute Source # 

Associated Types

type Rep PgAttribute :: * -> * #

PersistableWidth PgAttribute Source # 
TableDerivable PgAttribute Source # 
ShowConstantTermsSQL PgAttribute Source # 
ProductConstructor (Int32 -> String -> Int32 -> Int32 -> Int16 -> Int16 -> Int32 -> Int32 -> Int32 -> Bool -> Char -> Char -> Bool -> Bool -> Bool -> Bool -> Int32 -> Int32 -> PgAttribute) Source # 

Methods

productConstructor :: Int32 -> String -> Int32 -> Int32 -> Int16 -> Int16 -> Int32 -> Int32 -> Int32 -> Bool -> Char -> Char -> Bool -> Bool -> Bool -> Bool -> Int32 -> Int32 -> PgAttribute #

type Rep PgAttribute Source # 
type Rep PgAttribute = D1 (MetaData "PgAttribute" "Database.Relational.Schema.PgCatalog.PgAttribute" "relational-schemas-0.1.3.3-81sGSKhRD0SIX3dxraCMYW" False) (C1 (MetaCons "PgAttribute" PrefixI True) ((:*:) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "attrelid") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int32)) (S1 (MetaSel (Just Symbol "attname") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 String))) ((:*:) (S1 (MetaSel (Just Symbol "atttypid") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int32)) (S1 (MetaSel (Just Symbol "attstattarget") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int32)))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "attlen") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int16)) (S1 (MetaSel (Just Symbol "attnum") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int16))) ((:*:) (S1 (MetaSel (Just Symbol "attndims") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int32)) ((:*:) (S1 (MetaSel (Just Symbol "attcacheoff") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int32)) (S1 (MetaSel (Just Symbol "atttypmod") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int32)))))) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "attbyval") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Bool)) (S1 (MetaSel (Just Symbol "attstorage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Char))) ((:*:) (S1 (MetaSel (Just Symbol "attalign") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Char)) (S1 (MetaSel (Just Symbol "attnotnull") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Bool)))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "atthasdef") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Bool)) (S1 (MetaSel (Just Symbol "attisdropped") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Bool))) ((:*:) (S1 (MetaSel (Just Symbol "attislocal") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Bool)) ((:*:) (S1 (MetaSel (Just Symbol "attinhcount") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int32)) (S1 (MetaSel (Just Symbol "attcollation") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int32))))))))