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.
| 构造器和说明 |
|---|
MySQLJsonBinlogProtocolValue() |
public Serializable read(MySQLBinlogColumnDef columnDef, MySQLPacketPayload payload)
MySQLBinlogProtocolValueread 在接口中 MySQLBinlogProtocolValuecolumnDef - column definition from TABLE_MAP_EVENTpayload - payload operation for MySQL binlog packetCopyright © 2020 The Apache Software Foundation. All rights reserved.