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

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

public class ExecuteLoadQueryLogEvent
extends QueryLogEvent

Version:
1.0
Author:
Stephane Giron

Field Summary
 
Fields inherited from class com.continuent.tungsten.replicator.extractor.mysql.QueryLogEvent
charset, charset_inited, charsetName, clientCharsetId, clientCollationId, databaseName, errorCode, parseStatements, query, queryAsBytes, serverCollationId, threadId
 
Fields inherited from class com.continuent.tungsten.replicator.extractor.mysql.LogEvent
execTime, flags, logPos, serverId, startPosition, threadSpecificEvent, type, when
 
Constructor Summary
ExecuteLoadQueryLogEvent(byte[] buffer, int eventLength, FormatDescriptionLogEvent descriptionEvent, boolean parseStatements, java.lang.String currentPosition)
           
 
Method Summary
 int getEndPos()
           
 int getFileID()
           
 int getStartPos()
           
 
Methods inherited from class com.continuent.tungsten.replicator.extractor.mysql.QueryLogEvent
extractStatusVariables, getAutocommitFlag, getAutoIncrementIncrement, getAutoIncrementOffset, getAutoIsNullFlag, getCharsetName, getClientCharsetId, getClientCollationId, getDefaultDb, getErrorCode, getForeignKeyChecksFlag, getQuery, getQueryAsBytes, getServerCollationId, getSessionId, getSqlMode, getUniqueChecksFlag
 
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

ExecuteLoadQueryLogEvent

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

getEndPos

public int getEndPos()

getStartPos

public int getStartPos()

getFileID

public int getFileID()