Contents Index EVENT_CONDITION function [System] EVENT_PARAMETER function [System]

ASA SQL Reference
  SQL Functions
    Alphabetical list of functions

EVENT_CONDITION_NAME function [System]


Function 

Can be used to list the possible parameters for EVENT_CONDITION.

Syntax 

EVENT_CONDITION_NAME ( integer )

Parameters 

integer    Must be greater than or equal to zero.

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 
See also 

CREATE EVENT statement


Contents Index EVENT_CONDITION function [System] EVENT_PARAMETER function [System]