Class MySQLTimestampBinlogProtocolValue
java.lang.Object
org.apache.shardingsphere.db.protocol.mysql.packet.binlog.row.column.value.time.MySQLTimestampBinlogProtocolValue
- All Implemented Interfaces:
MySQLBinlogProtocolValue
public final class MySQLTimestampBinlogProtocolValue
extends Object
implements MySQLBinlogProtocolValue
MySQL TIMESTAMP binlog protocol value.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionread(MySQLBinlogColumnDef columnDef, MySQLPacketPayload payload) Read column value from binlog protocol.
-
Constructor Details
-
MySQLTimestampBinlogProtocolValue
public MySQLTimestampBinlogProtocolValue()
-
-
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
-