mysql-haskell-0.8.4.3: pure haskell MySQL driver
Copyright(c) Winterland 2016
LicenseBSD
Maintainerdrkoster@qq.com
Stabilityexperimental
PortabilityPORTABLE
Safe HaskellNone
LanguageHaskell2010

Database.MySQL.Protocol.ColumnDef

Description

Column definition(aka. field type).

Synopsis

Documentation

data ColumnDef Source #

A description of a field (column) of a table.

Constructors

ColumnDef 

Fields

Instances

Instances details
Eq ColumnDef Source # 
Instance details

Defined in Database.MySQL.Protocol.ColumnDef

Show ColumnDef Source # 
Instance details

Defined in Database.MySQL.Protocol.ColumnDef

Binary ColumnDef Source # 
Instance details

Defined in Database.MySQL.Protocol.ColumnDef

newtype FieldType Source #

newtype around Word8 for represent MySQL_TYPE, We don't use sum type here for speed reason.

Constructors

FieldType Word8 

Instances

Instances details
Eq FieldType Source # 
Instance details

Defined in Database.MySQL.Protocol.ColumnDef

Show FieldType Source # 
Instance details

Defined in Database.MySQL.Protocol.ColumnDef

Binary FieldType Source # 
Instance details

Defined in Database.MySQL.Protocol.ColumnDef