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

Safe HaskellNone
LanguageHaskell2010

Database.Relational.Schema.MySQLInfo.Columns

Documentation

data Columns Source #

Instances

Show Columns Source # 
Generic Columns Source # 

Associated Types

type Rep Columns :: * -> * #

Methods

from :: Columns -> Rep Columns x #

to :: Rep Columns x -> Columns #

PersistableWidth Columns Source # 
TableDerivable Columns Source # 
ShowConstantTermsSQL Columns Source # 
HasProjection "columnName" Columns String Source # 

Methods

projection :: PiLabel "columnName" -> Pi Columns String #

HasProjection "dataType" Columns String Source # 

Methods

projection :: PiLabel "dataType" -> Pi Columns String #

HasProjection "isNullable" Columns String Source # 

Methods

projection :: PiLabel "isNullable" -> Pi Columns String #

HasProjection "ordinalPosition" Columns Int16 Source # 

Methods

projection :: PiLabel "ordinalPosition" -> Pi Columns Int16 #

HasProjection "tableName" Columns String Source # 

Methods

projection :: PiLabel "tableName" -> Pi Columns String #

HasProjection "tableSchema" Columns String Source # 

Methods

projection :: PiLabel "tableSchema" -> Pi Columns String #

HasProjection "columnDefault" Columns (Maybe String) Source # 

Methods

projection :: PiLabel "columnDefault" -> Pi Columns (Maybe String) #

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