EVENT_PARAMETER function [System]

Function

Provides context information for event handlers.

Syntax

EVENT_PARAMETER ( context-name )
context-name:
  'ConnectionID'
| 'User'
| 'EventName'
| 'Executions'
| 'NumActive'
| 'TableName'
| condition-name

Parameters

context-name One of the preset strings. The strings are case insensitive, and carry the following information:

In addition, you can access any of the valid condition-name arguments to the EVENT_CONDITION function from the EVENT_PARAMETER function.

Standards and compatibility

See also

“EVENT_CONDITION function [System]”

CREATE EVENT statement