com.continuent.tungsten.replicator.extractor.mysql
Class UserVarLogEvent

java.lang.Object
  extended by com.continuent.tungsten.replicator.extractor.mysql.LogEvent
      extended by com.continuent.tungsten.replicator.extractor.mysql.UserVarLogEvent

public class UserVarLogEvent
extends LogEvent

Version:
1.0
Author:
Seppo Jaakola, Stephane Giron

Field Summary
 
Fields inherited from class com.continuent.tungsten.replicator.extractor.mysql.LogEvent
execTime, flags, logPos, serverId, startPosition, threadSpecificEvent, type, when
 
Constructor Summary
UserVarLogEvent(byte[] buffer, int eventLength, FormatDescriptionLogEvent descriptionEvent, java.lang.String currentPosition)
           
 
Method Summary
 java.lang.String getQuery()
           
 
Methods inherited from class com.continuent.tungsten.replicator.extractor.mysql.LogEvent
doChecksum, extractDecimal, getDecimalBinarySize, getExecTime, getNextEventPosition, getType, getWhen, hexdump, hexdump, hexdump, readLogEvent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserVarLogEvent

public UserVarLogEvent(byte[] buffer,
                       int eventLength,
                       FormatDescriptionLogEvent descriptionEvent,
                       java.lang.String currentPosition)
                throws ReplicatorException
Throws:
ReplicatorException
Method Detail

getQuery

public java.lang.String getQuery()