relational-schemas-0.1.4.2: RDBMSs' schema templates for relational-query

Safe HaskellNone
LanguageHaskell2010

Database.Relational.Schema.SQLite3Syscat.TableInfo

Documentation

data TableInfo Source #

Constructors

TableInfo 

Fields

Instances

Show TableInfo Source # 
Generic TableInfo Source # 

Associated Types

type Rep TableInfo :: * -> * #

TableDerivable TableInfo Source # 

Methods

derivedTable :: Table TableInfo

ShowConstantTermsSQL TableInfo Source # 

Methods

showConstantTermsSQL' :: TableInfo -> DList StringSQL

PersistableWidth TableInfo Source # 

Methods

persistableWidth :: PersistableRecordWidth TableInfo

ProductConstructor (Int64 -> String -> String -> Int16 -> Maybe String -> Int16 -> TableInfo) Source # 
type Rep TableInfo Source # 

insertQueryTableInfo :: forall p. Relation p TableInfo -> InsertQuery p Source #

tableInfo :: Relation () TableInfo Source #