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.
|
Copyright © 2020 Hitachi Vantara. All rights reserved.