relational-schemas-0.1.8.1: RDBMSs' schema templates for relational-query
Safe HaskellSafe-Inferred
LanguageHaskell2010

Database.Relational.Schema.SQLServer.Types

Documentation

data Types Source #

Constructors

Types 

Fields

Instances

Instances details
Generic Types Source # 
Instance details

Defined in Database.Relational.Schema.SQLServer.Types

Associated Types

type Rep Types :: Type -> Type #

Methods

from :: Types -> Rep Types x #

to :: Rep Types x -> Types #

Show Types Source # 
Instance details

Defined in Database.Relational.Schema.SQLServer.Types

Methods

showsPrec :: Int -> Types -> ShowS #

show :: Types -> String #

showList :: [Types] -> ShowS #

PersistableWidth Types Source # 
Instance details

Defined in Database.Relational.Schema.SQLServer.Types

LiteralSQL Types Source # 
Instance details

Defined in Database.Relational.Schema.SQLServer.Types

TableDerivable Types Source # 
Instance details

Defined in Database.Relational.Schema.SQLServer.Types

HasProjection "name" Types String Source # 
Instance details

Defined in Database.Relational.Schema.SQLServer.Types

Methods

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

HasProjection "schemaId" Types Int32 Source # 
Instance details

Defined in Database.Relational.Schema.SQLServer.Types

Methods

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

HasProjection "userTypeId" Types Int32 Source # 
Instance details

Defined in Database.Relational.Schema.SQLServer.Types

Methods

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

ProductConstructor (String -> Int32 -> Int32 -> Types) Source # 
Instance details

Defined in Database.Relational.Schema.SQLServer.Types

type Rep Types Source # 
Instance details

Defined in Database.Relational.Schema.SQLServer.Types

type Rep Types = D1 ('MetaData "Types" "Database.Relational.Schema.SQLServer.Types" "relational-schemas-0.1.8.1-IKTlpCQGF1bBu9bgZHlMqp" 'False) (C1 ('MetaCons "Types" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 String) :*: (S1 ('MetaSel ('Just "userTypeId") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Int32) :*: S1 ('MetaSel ('Just "schemaId") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Int32))))