relational-schemas-0.1.4.0: 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 :: * -> * #

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