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