Safe Haskell | None |
---|---|
Language | Haskell2010 |
Database.Relational.Schema.SQLServer.Types
Documentation
Constructors
Types | |
Fields
|
Instances
Show Types Source # | |
Generic Types Source # | |
TableDerivable Types Source # | |
Defined in Database.Relational.Schema.SQLServer.Types Methods | |
LiteralSQL Types Source # | |
Defined in Database.Relational.Schema.SQLServer.Types Methods showLiteral' :: Types -> DList StringSQL Source # | |
PersistableWidth Types Source # | |
Defined in Database.Relational.Schema.SQLServer.Types Methods persistableWidth :: PersistableRecordWidth Types | |
HasProjection "name" Types String Source # | |
Defined in Database.Relational.Schema.SQLServer.Types Methods projection :: PiLabel "name" -> Pi Types String Source # | |
HasProjection "schemaId" Types Int32 Source # | |
Defined in Database.Relational.Schema.SQLServer.Types Methods projection :: PiLabel "schemaId" -> Pi Types Int32 Source # | |
HasProjection "userTypeId" Types Int32 Source # | |
Defined in Database.Relational.Schema.SQLServer.Types Methods projection :: PiLabel "userTypeId" -> Pi Types Int32 Source # | |
ProductConstructor (String -> Int32 -> Int32 -> Types) Source # | |
Defined in Database.Relational.Schema.SQLServer.Types Methods productConstructor :: String -> Int32 -> Int32 -> Types | |
type Rep Types Source # | |
Defined in Database.Relational.Schema.SQLServer.Types type Rep Types = D1 ('MetaData "Types" "Database.Relational.Schema.SQLServer.Types" "relational-schemas-0.1.8.0-HMk69jUbeNwKrNpnrxcDQ7" '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)))) |
userTypeId' :: Pi Types Int32 Source #
insertQueryTypes :: forall p. Relation p Types -> InsertQuery p Source #
columnOffsetsTypes :: Array Int Int Source #