| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Database.Relational.Schema.SQLite3Syscat.IndexInfo
Documentation
Instances
| Show IndexInfo Source # | |
| Generic IndexInfo Source # | |
| PersistableWidth IndexInfo Source # | |
| TableDerivable IndexInfo Source # | |
| ShowConstantTermsSQL IndexInfo Source # | |
| HasProjection "cid" IndexInfo Int64 Source # | |
| HasProjection "name" IndexInfo String Source # | |
| HasProjection "seqno" IndexInfo Int64 Source # | |
| ProductConstructor (Int64 -> Int64 -> String -> IndexInfo) Source # | |
| type Rep IndexInfo Source # | |
insertQueryIndexInfo :: forall p. Relation p IndexInfo -> InsertQuery p Source #