mysql-haskell-0.4.1.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 Source #

binlog tyoe

data FormatDescription Source #

Constructors

FormatDescription 

Fields

data QueryEvent Source #

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

data QueryEvent' Source #

This's the query event in row based binlog.

Constructors

QueryEvent' 

Fields

data TableMapEvent Source #

Instances

Eq TableMapEvent Source # 
Show TableMapEvent Source # 
Generic TableMapEvent Source # 

Associated Types

type Rep TableMapEvent :: * -> * #

type Rep TableMapEvent Source # 

data DeleteRowsEvent Source #

data UpdateRowsEvent Source #