Get desktop application:
View/edit binary Protocol Buffers messages
Used in: Entry
optional string transaction_id = 1
optional string file = 2
optional string offset = 3
repeated Prop props = 4
Used in: Row
optional bool is_null = 1
oneof value
string string_value = 2
bytes binary_value = 3
double float_value = 4
int64 int64_value = 5
uint64 uint64_value = 6
bool bool_value = 7
Used in: DMLEvent
repeated Prop props = 1
optional int32 index = 2
optional string origin_type = 4
optional string name = 5
optional string charset = 6
optional bool is_nullable = 7
optional bool is_unsigned = 8
Used in: ColumnDef
UNKNOWN = 0
STRING = 1
BINARY = 2
INTEGER = 3
UNSIGNED_INTEGER = 4
FLOAT = 5
DECIMAL = 6
BOOL = 7
DATETIME = 8
Used in: Entry
optional string transaction_id = 1
optional string file = 2
optional string offset = 3
repeated Prop props = 4
Used in: Entry
optional string sql = 1
optional int64 exec_time = 2
optional int32 err_code = 3
repeated Prop props = 4
optional DDLType type = 5
Used in: DDLEvent
OTHER_DDL = 0
CREATE_TABLE = 2
ALTER_TABLE = 3
DROP_TABLE = 4
RENAME_TABLE = 5
TRUNCATE_TABLE = 6
CREATE_VIEW = 7
ALTER_VIEW = 8
DROP_VIEW = 9
CREATE_INDEX = 10
DROP_INDEX = 11
CREATE_FUNCTION = 12
DROP_FUNCTION = 13
CREATE_PROCEDURE = 14
DROP_PROCEDURE = 15
Used in: Entry
optional DMLType type = 1
optional string table_id = 2
optional Index use_index = 3
repeated ColumnDef column_defs = 4
repeated Row rows = 5
repeated Prop props = 6
Used in: DMLEvent
OTHER_DML = 0
INSERT = 1
UPDATE = 2
DELETE = 3
optional int32 version = 1
repeated Prop props = 2
optional SrcType src_type = 3
optional EntryType entry_type = 4
optional int64 timestamp = 5
optional string server_id = 6
optional string database = 7
optional string table = 8
oneof event
Used in: Entry
UNKNOWN_ENTRY = 0
BEGIN = 1
COMMIT = 2
DML = 3
DDL = 4
Used in: DMLEvent
optional string name = 1
repeated int32 column_index = 2
Used in: BeginEvent, ColumnDef, CommitEvent, DDLEvent, DMLEvent, Entry
optional string key = 1
optional string value = 2
Used in: DMLEvent
repeated Column before_cols = 1
repeated Column after_cols = 2
Used in: Entry
UNKNOWN_SRC = 0
MySQL = 1
PostgreSQL = 2