mysql-haskell-0.5.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 FormatDescription Source

Constructors

FormatDescription 

Fields

fdVersion :: !Word16
 
fdMySQLVersion :: !ByteString
 
fdCreateTime :: !Word32
 
fdEventHeaderLenVector :: !ByteString

a array indexed by Binlog Event Type - 1 to extract the length of the event specific header.

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

qQuery' :: !Query