Class IntVarEventData

java.lang.Object
com.github.shyiko.mysql.binlog.event.IntVarEventData
All Implemented Interfaces:
EventData, Serializable

public class IntVarEventData extends Object implements EventData
Author:
Stanley Shyiko
See Also:
  • Constructor Details

    • IntVarEventData

      public IntVarEventData()
  • Method Details

    • getType

      public int getType()
    • setType

      public void setType(int type)
    • getValue

      public long getValue()
    • setValue

      public void setValue(long value)
    • toString

      public String toString()
      Overrides:
      toString in class Object