EVENT_CONDITION_NAME Function [System]

Can be used to list the possible parameters for EVENT_CONDITION.

To define an event and its associated handler, use the CREATE EVENT statement.

Syntax

EVENT_CONDITION_NAMEinteger )
Note: CIS functional compensation performance considerations apply.

Parameters

Parameter

Description

integer

Must be greater than or equal to zero.

Returns

VARCHAR

Usage

You can use EVENT_CONDITION_NAME to obtain a list of all EVENT_CONDITION arguments by looping over integers until the function returns NULL.

Standards and Compatibility

  • SQL—Vendor extension to ISO/ANSI SQL grammar.

  • Sybase—Not supported by Adaptive Server Enterprise.