relational-schemas-0.1.6.1: 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 # 
HasProjection "cid" TableInfo Int64 Source # 

Methods

projection :: PiLabel "cid" -> Pi TableInfo Int64 #

HasProjection "ctype" TableInfo String Source # 

Methods

projection :: PiLabel "ctype" -> Pi TableInfo String #

HasProjection "name" TableInfo String Source # 

Methods

projection :: PiLabel "name" -> Pi TableInfo String #

HasProjection "notnull" TableInfo Int16 Source # 

Methods

projection :: PiLabel "notnull" -> Pi TableInfo Int16 #

HasProjection "pk" TableInfo Int16 Source # 

Methods

projection :: PiLabel "pk" -> Pi TableInfo Int16 #

HasProjection "dfltValue" TableInfo (Maybe String) Source # 

Methods

projection :: PiLabel "dfltValue" -> Pi TableInfo (Maybe String) #

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