com.github.shyiko.mysql.binlog.event
Class QueryEventData
java.lang.Object
com.github.shyiko.mysql.binlog.event.QueryEventData
- All Implemented Interfaces:
- EventData, Serializable
public class QueryEventData
- extends Object
- implements EventData
- Author:
- Stanley Shyiko
- See Also:
- Serialized Form
QueryEventData
public QueryEventData()
getThreadId
public long getThreadId()
setThreadId
public void setThreadId(long threadId)
getExecutionTime
public long getExecutionTime()
setExecutionTime
public void setExecutionTime(long executionTime)
getErrorCode
public int getErrorCode()
setErrorCode
public void setErrorCode(int errorCode)
getDatabase
public String getDatabase()
setDatabase
public void setDatabase(String database)
getSql
public String getSql()
setSql
public void setSql(String sql)
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2015. All Rights Reserved.