| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Database.Relational.Schema.SQLite3Syscat.TableInfo
Documentation
Constructors
| TableInfo | |
Instances
| Show TableInfo Source # | |
| Generic TableInfo Source # | |
| PersistableWidth TableInfo Source # | |
| TableDerivable TableInfo Source # | |
| ShowConstantTermsSQL TableInfo Source # | |
| HasProjection "cid" TableInfo Int64 Source # | |
| HasProjection "ctype" TableInfo String Source # | |
| HasProjection "name" TableInfo String Source # | |
| HasProjection "notnull" TableInfo Int16 Source # | |
| HasProjection "pk" TableInfo Int16 Source # | |
| HasProjection "dfltValue" TableInfo (Maybe String) Source # | |
| ProductConstructor (Int64 -> String -> String -> Int16 -> Maybe String -> Int16 -> TableInfo) Source # | |
| type Rep TableInfo Source # | |
insertQueryTableInfo :: forall p. Relation p TableInfo -> InsertQuery p Source #