Contents Index SYSEVENT system table SYSEXTENT system table

ASA SQL Reference
  System Tables

SYSEVENTTYPE system table


Column name Column type Column constraint Table constraints
event_type_id INTEGER NOT NULL Primary key
name VARCHAR(128) NOT NULL
description LONG VARCHAR

This table lists the system event types which can be referenced by CREATE EVENT.

event_type_id    The unique number assigned to each event type.

name    The name of the system event type.

description    A description of the system event type.


Contents Index SYSEVENT system table SYSEXTENT system table