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