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

Safe HaskellNone
LanguageHaskell2010

Database.Relational.Schema.SQLServer.Types

Documentation

data Types Source #

Constructors

Types 

Fields

Instances
Show Types Source # 
Instance details

Defined in Database.Relational.Schema.SQLServer.Types

Methods

showsPrec :: Int -> Types -> ShowS #

show :: Types -> String #

showList :: [Types] -> ShowS #

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 #

PersistableWidth Types Source # 
Instance details

Defined in Database.Relational.Schema.SQLServer.Types

TableDerivable Types Source # 
Instance details

Defined in Database.Relational.Schema.SQLServer.Types

LiteralSQL 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.7.0-4mSvHcIOkPiGFcm73slOhA" 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))))