A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  special characters  sybase-tech-blog


Category: IQ: events

TRIGGER EVENT

The TRIGGER EVENT-statement fires a trigger for a predefined event. The event can be defined for an event trigger or for a planned event, i.e. for a point in time when the event is triggered.

TRIGGER EVENT: Syntax

    TRIGGER EVENT event_name [ ( parm = value, ... ) ]

Parameter of the TRIGGER EVENT statement

parm = value
If the trigger conditions fire an Event-Handler the dataserver can show content dependent information about the event handler, using the EVENT_PARAMETER function. The parameters can be explicitly defined by the TRIGGER EVENT command. Thus, it can create a corresponding contents or message for the event handler.