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

com.github.hackerwin7.mysql.tracker.mysql.dbsync.event.DeleteRowsLogEvent 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 deletions. The mysql.dbsync.event contain several delete 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 DeleteRowsLogEvent extends RowsLogEvent
{
    public DeleteRowsLogEvent(LogHeader header, LogBuffer buffer,
            FormatDescriptionLogEvent descriptionEvent)
    {
        super(header, buffer, descriptionEvent);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy