Class Reference
IRIS for UNIX 2024.1.2
|
|
Private
Storage
|
Note: The class definition classes in the %Library package have been superceded
by those in the %Dictionary package. Instead use
This class represents a specific SQL trigger description.
|
|
Properties | ||||
---|---|---|---|---|
ClassName | Code | Deprecated | Description | Event |
Internal | Name | Order | SequenceNumber | Time |
|
A string containing the name of the class the SQL trigger belongs to.
A string containing the code for the SQL trigger.
A flag indicating if this trigger is deprecated (1) or not (0).
A string containing a description of the SQL trigger.
A string containing the name of event the trigger is associated with. This can be "INSERT", "UPDATE", or "DELETE".
A flag indicating whether the trigger is internal (1) or not (0).
A string containing the name of the SQL trigger.
A number indicating the order in which the trigger should be fired.
Sequence number used to determine order of this item in Studio editor and in XML export format.
A string containing the name of event modifier for the trigger. This can be "BEFORE" or "AFTER".