public abstract class ExecutionEvent extends Event
| Modifier and Type | Field and Description | 
|---|---|
int | 
connectionId
Identifier of the connection. 
 | 
long | 
executionId
Identifier of the execution. 
 | 
int | 
serverId
Identifier of the server. 
 | 
long | 
statementId
Identifier of the statement. 
 | 
| Constructor and Description | 
|---|
ExecutionEvent(long timestamp,
              int serverId,
              int connectionId,
              long statementId,
              long executionId)
Creates an ExecutionEvent. 
 | 
public final int serverId
public final int connectionId
public final long statementId
public final long executionId