relational-schemas-0.1.8.0: RDBMSs' schema templates for relational-query
Safe HaskellNone
LanguageHaskell2010

Database.Relational.Schema.SQLServer.Types

Documentation

data Types Source #

Constructors

Types 

Fields

Instances

Instances details
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

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

Methods

productConstructor :: String -> Int32 -> Int32 -> 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.0-8F1FvqLwlwiANMx1pjBudF" '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))))

name' :: Pi Types String Source #

columnOffsetsTypes :: Array Int Int Source #