Class MySQLTimeBinlogProtocolValue
java.lang.Object
org.apache.shardingsphere.db.protocol.mysql.packet.binlog.row.column.value.time.MySQLTimeBinlogProtocolValue
- All Implemented Interfaces:
MySQLBinlogProtocolValue
TIME type value of MySQL binlog protocol.
TIME type applied before MySQL 5.6.4.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionread(MySQLBinlogColumnDef columnDef, MySQLPacketPayload payload) Read column value from binlog protocol.
-
Constructor Details
-
MySQLTimeBinlogProtocolValue
public MySQLTimeBinlogProtocolValue()
-
-
Method Details
-
read
Description copied from interface:MySQLBinlogProtocolValueRead column value from binlog protocol.- Specified by:
readin interfaceMySQLBinlogProtocolValue- Parameters:
columnDef- column definition from TABLE_MAP_EVENTpayload- payload operation for MySQL binlog packet- Returns:
- column value
-