catalog.primitive_signals table
The catalog.primitive_signals table stores information about user and system signals.
The following table describes the columns in the catalog.primitive_signals table.
Column name | Data type | Description |
---|---|---|
SignalName | varchar(40) | Name of the signal. |
IsSystem | Boolean | TRUE if this is a system signal. |
CommentBlock | varchar(1024) | Comment string specified in the CREATE SIGNAL command. |