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

Safe HaskellNone
LanguageHaskell2010

Database.Relational.Schema.SQLServerSyscat.Types

Documentation

data Types Source #

Constructors

Types 

Fields

Instances

Show Types Source # 

Methods

showsPrec :: Int -> Types -> ShowS #

show :: Types -> String #

showList :: [Types] -> ShowS #

Generic Types Source # 

Associated Types

type Rep Types :: * -> * #

Methods

from :: Types -> Rep Types x #

to :: Rep Types x -> Types #

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

Methods

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

HasProjection "schemaId" Types Int32 Source # 

Methods

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

HasProjection "userTypeId" Types Int32 Source # 

Methods

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

ProductConstructor (String -> Int32 -> Int32 -> Types) Source # 
type Rep Types Source # 
type Rep Types = D1 * (MetaData "Types" "Database.Relational.Schema.SQLServerSyscat.Types" "relational-schemas-0.1.6.2-GUOfkaCt9VY3g26gzQms95" 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)))))