public class InsertRowsEventInfo extends BaseBinlogRowEventInfo<java.io.Serializable[]>
BEGIN_EVENT, COMMIT_EVENT, DDL_EVENT, DELETE_EVENT, INSERT_EVENT, UPDATE_EVENTBINLOG_FILENAME_KEY, BINLOG_POSITION_KEY| Constructor and Description |
|---|
InsertRowsEventInfo(TableInfo tableInfo,
java.lang.Long timestamp,
java.lang.String binlogFilename,
java.lang.Long binlogPosition,
com.github.shyiko.mysql.binlog.event.WriteRowsEventData data) |
getIncludedColumns, getRowsgetColumnByIndex, getColumns, getDatabaseName, getTableId, getTableNamegetBinlogFilename, getBinlogPositiongetEventType, getTimestampclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetColumnByIndex, getColumns, getDatabaseName, getTableId, getTableNamegetEventType, getTimestampgetBinlogFilename, getBinlogPositionpublic InsertRowsEventInfo(TableInfo tableInfo, java.lang.Long timestamp, java.lang.String binlogFilename, java.lang.Long binlogPosition, com.github.shyiko.mysql.binlog.event.WriteRowsEventData data)