Interface MySQLBinlogEventPacket
- All Known Implementing Classes:
AbstractMySQLBinlogEventPacket,MySQLBinlogFormatDescriptionEventPacket,MySQLBinlogRotateEventPacket,MySQLBinlogRowsEventPacket,MySQLBinlogTableMapEventPacket
public interface MySQLBinlogEventPacket
MySQL binlog event packet.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionGet MySQL binlog event header.
-
Method Details
-
getBinlogEventHeader
MySQLBinlogEventHeader getBinlogEventHeader()Get MySQL binlog event header.- Returns:
- MySQL binlog event header
-