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

Safe HaskellNone
LanguageHaskell2010

Database.Relational.Schema.SQLite3.TableInfo

Documentation

data TableInfo Source #

Constructors

TableInfo 

Fields

Instances
Show TableInfo Source # 
Instance details

Defined in Database.Relational.Schema.SQLite3.TableInfo

Generic TableInfo Source # 
Instance details

Defined in Database.Relational.Schema.SQLite3.TableInfo

Associated Types

type Rep TableInfo :: Type -> Type #

PersistableWidth TableInfo Source # 
Instance details

Defined in Database.Relational.Schema.SQLite3.TableInfo

TableDerivable TableInfo Source # 
Instance details

Defined in Database.Relational.Schema.SQLite3.TableInfo

LiteralSQL TableInfo Source # 
Instance details

Defined in Database.Relational.Schema.SQLite3.TableInfo

HasProjection "cid" TableInfo Int64 Source # 
Instance details

Defined in Database.Relational.Schema.SQLite3.TableInfo

Methods

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

HasProjection "ctype" TableInfo String Source # 
Instance details

Defined in Database.Relational.Schema.SQLite3.TableInfo

Methods

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

HasProjection "name" TableInfo String Source # 
Instance details

Defined in Database.Relational.Schema.SQLite3.TableInfo

Methods

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

HasProjection "notnull" TableInfo Int16 Source # 
Instance details

Defined in Database.Relational.Schema.SQLite3.TableInfo

Methods

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

HasProjection "pk" TableInfo Int16 Source # 
Instance details

Defined in Database.Relational.Schema.SQLite3.TableInfo

Methods

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

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

Defined in Database.Relational.Schema.SQLite3.TableInfo

Methods

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

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

Defined in Database.Relational.Schema.SQLite3.TableInfo

type Rep TableInfo Source # 
Instance details

Defined in Database.Relational.Schema.SQLite3.TableInfo