com.github.shyiko.mysql.binlog.event
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:
- Serialized Form
IntVarEventData
public IntVarEventData()
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
Copyright © 2016. All Rights Reserved.