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

Safe HaskellNone
LanguageHaskell2010

Database.Relational.Schema.SQLServerSyscat.Types

Documentation

data Types #

Constructors

Types 

Fields

Instances

Show Types # 

Methods

showsPrec :: Int -> Types -> ShowS #

show :: Types -> String #

showList :: [Types] -> ShowS #

Generic Types # 

Associated Types

type Rep Types :: * -> * #

Methods

from :: Types -> Rep Types x #

to :: Rep Types x -> Types #

PersistableWidth Types # 
TableDerivable Types # 
ShowConstantTermsSQL Types # 
HasProjection "name" Types String # 

Methods

projection :: PiLabel "name" -> Pi Types String #

HasProjection "schemaId" Types Int32 # 

Methods

projection :: PiLabel "schemaId" -> Pi Types Int32 #

HasProjection "userTypeId" Types Int32 # 

Methods

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

ProductConstructor (String -> Int32 -> Int32 -> Types) # 
type Rep Types # 
type Rep Types = D1 * (MetaData "Types" "Database.Relational.Schema.SQLServerSyscat.Types" "relational-schemas-0.1.6.2-4cuLmqMmBCXIW7HM29fMSI" False) (C1 * (MetaCons "Types" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "name") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * String)) ((:*:) * (S1 * (MetaSel (Just Symbol "userTypeId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int32)) (S1 * (MetaSel (Just Symbol "schemaId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int32)))))