public abstract class StatementEvent extends Event
Modifier and Type | Field and Description |
---|---|
int |
connectionId
Identifier of the connection.
|
int |
serverId
Identifier of the server.
|
long |
statementId
Identifier of the statement.
|
Constructor and Description |
---|
StatementEvent(long timestamp,
int serverId,
int connectionId,
long statementId)
Creates a StatementEvent.
|
public final int serverId
public final int connectionId
public final long statementId
public StatementEvent(long timestamp, int serverId, int connectionId, long statementId)
timestamp
- TimestampserverId
- Server idconnectionId
- Connection idstatementId
- Statement id