
net.wicp.tams.commons.binlog.event.rows.delete.DeleteRowsEventV2 Maven / Gradle / Ivy
package net.wicp.tams.commons.binlog.event.rows.delete;
import net.wicp.tams.commons.binlog.bean.EventBean;
public class DeleteRowsEventV2 extends DeleteRowsEvent {
public DeleteRowsEventV2(EventBean event) {
super(event);
version = 2;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy