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

Safe HaskellNone
LanguageHaskell2010

Database.Relational.Schema.SQLite3Syscat.TableInfo

Documentation

data TableInfo #

Constructors

TableInfo 

Fields

Instances
Show TableInfo # 
Instance details

Defined in Database.Relational.Schema.SQLite3Syscat.TableInfo

Generic TableInfo # 
Instance details

Defined in Database.Relational.Schema.SQLite3Syscat.TableInfo

Associated Types

type Rep TableInfo :: * -> * #

PersistableWidth TableInfo # 
Instance details

Defined in Database.Relational.Schema.SQLite3Syscat.TableInfo

TableDerivable TableInfo # 
Instance details

Defined in Database.Relational.Schema.SQLite3Syscat.TableInfo

LiteralSQL TableInfo # 
Instance details

Defined in Database.Relational.Schema.SQLite3Syscat.TableInfo

HasProjection "cid" TableInfo Int64 # 
Instance details

Defined in Database.Relational.Schema.SQLite3Syscat.TableInfo

Methods

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

HasProjection "ctype" TableInfo String # 
Instance details

Defined in Database.Relational.Schema.SQLite3Syscat.TableInfo

Methods

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

HasProjection "name" TableInfo String # 
Instance details

Defined in Database.Relational.Schema.SQLite3Syscat.TableInfo

Methods

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

HasProjection "notnull" TableInfo Int16 # 
Instance details

Defined in Database.Relational.Schema.SQLite3Syscat.TableInfo

Methods

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

HasProjection "pk" TableInfo Int16 # 
Instance details

Defined in Database.Relational.Schema.SQLite3Syscat.TableInfo

Methods

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

HasProjection "dfltValue" TableInfo (Maybe String) # 
Instance details

Defined in Database.Relational.Schema.SQLite3Syscat.TableInfo

Methods

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

ProductConstructor (Int64 -> String -> String -> Int16 -> Maybe String -> Int16 -> TableInfo) # 
Instance details

Defined in Database.Relational.Schema.SQLite3Syscat.TableInfo

type Rep TableInfo # 
Instance details

Defined in Database.Relational.Schema.SQLite3Syscat.TableInfo