Total Complexity | 0 |
Total Lines | 13 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 0 |
1 | <?php |
||
6 | class ConstEventsNames |
||
7 | { |
||
8 | public const TABLE_MAP = 'tableMap'; |
||
9 | public const GTID = 'gtid'; |
||
10 | public const XID = 'xid'; |
||
11 | public const QUERY = 'query'; |
||
12 | public const ROTATE = 'rotate'; |
||
13 | public const DELETE = 'delete'; |
||
14 | public const UPDATE = 'update'; |
||
15 | public const WRITE = 'write'; |
||
16 | public const MARIADB_GTID = 'mariadb gtid'; |
||
17 | public const FORMAT_DESCRIPTION = 'format description'; |
||
18 | public const HEARTBEAT = 'heartbeat'; |
||
19 | } |