public final class MySQLJsonBinlogProtocolValue extends Object implements MySQLBinlogProtocolValue
There are no detail document about JSON type in MySQL replication. Also no detail document in MariaDB. Decoding implementation is referred to MySQL source code.
| Constructor and Description |
|---|
MySQLJsonBinlogProtocolValue() |
| Modifier and Type | Method and Description |
|---|---|
Serializable |
read(MySQLBinlogColumnDef columnDef,
MySQLPacketPayload payload)
Read column value from binlog protocol.
|
public Serializable read(MySQLBinlogColumnDef columnDef, MySQLPacketPayload payload)
MySQLBinlogProtocolValueread in interface MySQLBinlogProtocolValuecolumnDef - column definition from TABLE_MAP_EVENTpayload - payload operation for MySQL binlog packetCopyright © 2023 The Apache Software Foundation. All rights reserved.