|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.continuent.tungsten.replicator.extractor.mysql.LogEvent
com.continuent.tungsten.replicator.extractor.mysql.QueryLogEvent
com.continuent.tungsten.replicator.extractor.mysql.ExecuteLoadQueryLogEvent
public class ExecuteLoadQueryLogEvent
| 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 |
|---|
public ExecuteLoadQueryLogEvent(byte[] buffer,
int eventLength,
FormatDescriptionLogEvent descriptionEvent,
boolean parseStatements,
java.lang.String currentPosition)
throws ReplicatorException
ReplicatorException| Method Detail |
|---|
public int getEndPos()
public int getStartPos()
public int getFileID()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||