mysql-haskell-0.8.0.0: pure haskell MySQL driver

Copyright(c) Winterland 2016
LicenseBSD
Maintainerdrkoster@qq.com
Stabilityexperimental
PortabilityPORTABLE
Safe HaskellNone
LanguageHaskell2010

Database.MySQL.BinLogProtocol.BinLogEvent

Description

Binlog event type

Synopsis

Documentation

data BinLogEventType #

binlog tyoe

data FormatDescription #

Constructors

FormatDescription 

Fields

data QueryEvent #

This's query parser for statement based binlog's query event, it's actually not used in row based binlog.

data QueryEvent' #

This's the query event in row based binlog.

Constructors

QueryEvent' 

Fields

data TableMapEvent #

Instances

Eq TableMapEvent # 
Show TableMapEvent # 
Generic TableMapEvent # 

Associated Types

type Rep TableMapEvent :: * -> * #

type Rep TableMapEvent # 

data UpdateRowsEvent #