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

Generic Types Source # 
Instance details

Defined in Database.Relational.Schema.SQLServer.Types

Associated Types

type Rep Types :: Type -> Type Source #

Methods

from :: Types -> Rep Types x Source #

to :: Rep Types x -> Types Source #

TableDerivable Types Source # 
Instance details

Defined in Database.Relational.Schema.SQLServer.Types

LiteralSQL Types Source # 
Instance details

Defined in Database.Relational.Schema.SQLServer.Types

Methods

showLiteral' :: Types -> DList StringSQL Source #

PersistableWidth Types Source # 
Instance details

Defined in Database.Relational.Schema.SQLServer.Types

Methods

persistableWidth :: PersistableRecordWidth Types

HasProjection "name" Types String Source # 
Instance details

Defined in Database.Relational.Schema.SQLServer.Types

Methods

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

HasProjection "schemaId" Types Int32 Source # 
Instance details

Defined in Database.Relational.Schema.SQLServer.Types

Methods

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

HasProjection "userTypeId" Types Int32 Source # 
Instance details

Defined in Database.Relational.Schema.SQLServer.Types

Methods

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

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-8MQjFpWcSWaB5PM48Lkqgt" 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))))