All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.hackerwin7.mysql.tracker.mysql.dbsync.event.WriteRowsLogEvent Maven / Gradle / Ivy

The newest version!
package com.github.hackerwin7.mysql.tracker.mysql.dbsync.event;

import com.github.hackerwin7.mysql.tracker.mysql.dbsync.LogBuffer;

/**
 * Log row insertions and updates. The mysql.dbsync.event contain several insert/update rows
 * for a table. Note that each mysql.dbsync.event contains only rows for one table.
 * 
 * @author Changyuan.lh
 * @version 1.0
 */
public final class WriteRowsLogEvent extends RowsLogEvent
{
    public WriteRowsLogEvent(LogHeader header, LogBuffer buffer,
            FormatDescriptionLogEvent descriptionEvent)
    {
        super(header, buffer, descriptionEvent);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy