Safe Haskell | None |
---|---|
Language | Haskell2010 |
Database.Relational.Schema.SQLite3.IndexList
Documentation
Instances
Show IndexList Source # | |
Generic IndexList Source # | |
TableDerivable IndexList Source # | |
Defined in Database.Relational.Schema.SQLite3.IndexList Methods | |
LiteralSQL IndexList Source # | |
Defined in Database.Relational.Schema.SQLite3.IndexList Methods showLiteral' :: IndexList -> DList StringSQL Source # | |
PersistableWidth IndexList Source # | |
Defined in Database.Relational.Schema.SQLite3.IndexList Methods persistableWidth :: PersistableRecordWidth IndexList | |
HasProjection "name" IndexList String Source # | |
Defined in Database.Relational.Schema.SQLite3.IndexList Methods projection :: PiLabel "name" -> Pi IndexList String Source # | |
HasProjection "seq" IndexList Int64 Source # | |
Defined in Database.Relational.Schema.SQLite3.IndexList Methods projection :: PiLabel "seq" -> Pi IndexList Int64 Source # | |
HasProjection "unique" IndexList Int64 Source # | |
Defined in Database.Relational.Schema.SQLite3.IndexList Methods projection :: PiLabel "unique" -> Pi IndexList Int64 Source # | |
ProductConstructor (Int64 -> String -> Int64 -> IndexList) Source # | |
Defined in Database.Relational.Schema.SQLite3.IndexList Methods productConstructor :: Int64 -> String -> Int64 -> IndexList | |
type Rep IndexList Source # | |
Defined in Database.Relational.Schema.SQLite3.IndexList type Rep IndexList = D1 ('MetaData "IndexList" "Database.Relational.Schema.SQLite3.IndexList" "relational-schemas-0.1.8.0-B6xF6pLsevSFYbsN8vfCnI" 'False) (C1 ('MetaCons "IndexList" 'PrefixI 'True) (S1 ('MetaSel ('Just "seq") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Int64) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 String) :*: S1 ('MetaSel ('Just "unique") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Int64)))) |
insertQueryIndexList :: forall p. Relation p IndexList -> InsertQuery p Source #
columnOffsetsIndexList :: Array Int Int Source #