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

Safe HaskellNone
LanguageHaskell2010

Database.Relational.Schema.SQLServerSyscat.Columns

Documentation

data Columns #

Constructors

Columns 

Instances

Show Columns # 
Generic Columns # 

Associated Types

type Rep Columns :: * -> * #

Methods

from :: Columns -> Rep Columns x #

to :: Rep Columns x -> Columns #

PersistableWidth Columns # 
TableDerivable Columns # 
ShowConstantTermsSQL Columns # 
HasProjection "columnId" Columns Int32 # 

Methods

projection :: PiLabel "columnId" -> Pi Columns Int32 #

HasProjection "objectId" Columns Int32 # 

Methods

projection :: PiLabel "objectId" -> Pi Columns Int32 #

HasProjection "userTypeId" Columns Int32 # 

Methods

projection :: PiLabel "userTypeId" -> Pi Columns Int32 #

HasProjection "isNullable" Columns (Maybe Bool) # 

Methods

projection :: PiLabel "isNullable" -> Pi Columns (Maybe Bool) #

HasProjection "name" Columns (Maybe String) # 

Methods

projection :: PiLabel "name" -> Pi Columns (Maybe String) #

ProductConstructor (Int32 -> Maybe String -> Int32 -> Int32 -> Maybe Bool -> Columns) # 
type Rep Columns # 
type Rep Columns = D1 * (MetaData "Columns" "Database.Relational.Schema.SQLServerSyscat.Columns" "relational-schemas-0.1.6.1-7XL2C1yG54zCWeL9h5llLH" False) (C1 * (MetaCons "Columns" PrefixI True) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "objectId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int32)) (S1 * (MetaSel (Just Symbol "name") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe String)))) ((:*:) * (S1 * (MetaSel (Just Symbol "columnId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int32)) ((:*:) * (S1 * (MetaSel (Just Symbol "userTypeId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int32)) (S1 * (MetaSel (Just Symbol "isNullable") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Bool)))))))