com.github.shyiko.mysql.binlog.event
Class RowsQueryEventData

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

public class RowsQueryEventData
extends Object
implements EventData

Author:
Patrick Prasse
See Also:
Serialized Form

Constructor Summary
RowsQueryEventData()
           
 
Method Summary
 String getQuery()
           
 void setQuery(String query)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RowsQueryEventData

public RowsQueryEventData()
Method Detail

getQuery

public String getQuery()

setQuery

public void setQuery(String query)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2016. All Rights Reserved.