| 程序包 | 说明 |
|---|---|
| net.wicp.tams.common.binlog.parser | |
| net.wicp.tams.common.binlog.parser.event | |
| net.wicp.tams.common.binlog.parser.event.mariadb |
| 类和说明 |
|---|
| FormatDescriptionLogEvent
For binlog version 4.
|
| LogHeader
The Common-Header, documented in the table @ref Table_common_header "below",
always has the same form and length within one version of MySQL.
|
| TableMapLogEvent
In row-based mode, every row operation event is preceded by a
Table_map_log_event which maps a table definition to a number.
|
| 类和说明 |
|---|
| AppendBlockLogEvent
Append_block_log_event.
|
| FormatDescriptionLogEvent
For binlog version 4.
|
| IgnorableLogEvent
Base class for ignorable log events.
|
| LoadLogEvent
This log event corresponds to a "LOAD DATA INFILE" SQL query on the following
form:
(1) USE db;
(2) LOAD DATA [CONCURRENT] [LOCAL] INFILE 'file_name'
(3) [REPLACE | IGNORE]
(4) INTO TABLE 'table_name'
(5) [FIELDS
(6) [TERMINATED BY 'field_term']
(7) [[OPTIONALLY] ENCLOSED BY 'enclosed']
(8) [ESCAPED BY 'escaped']
(9) ]
(10) [LINES
(11) [TERMINATED BY 'line_term']
(12) [LINES STARTING BY 'line_start']
(13) ]
(14) [IGNORE skip_lines LINES]
(15) (field_1, field_2, ..., field_n)
Binary Format: The Post-Header consists of the following six components.
|
| LogHeader
The Common-Header, documented in the table @ref Table_common_header "below",
always has the same form and length within one version of MySQL.
|
| QueryLogEvent
A Query_log_event is created for each query that modifies the database,
unless the query is logged row-based.
|
| RowsLogBuffer
Extracting JDBC type and value information from packed rows-buffer.
|
| RowsLogEvent
Common base class for all row-containing log events.
|
| StartLogEventV3 |
| TableMapLogEvent
In row-based mode, every row operation event is preceded by a
Table_map_log_event which maps a table definition to a number.
|
| TableMapLogEvent.ColumnInfo
Holding mysql column information.
|
| 类和说明 |
|---|
| FormatDescriptionLogEvent
For binlog version 4.
|
| IgnorableLogEvent
Base class for ignorable log events.
|
| LogHeader
The Common-Header, documented in the table @ref Table_common_header "below",
always has the same form and length within one version of MySQL.
|
Copyright © 2017. All rights reserved.