Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » SQL Anywhere Server - SQL Reference » Views » System views in Sybase Central

SYSEVENT system view Next Page

SYSEVENTTYPE system view


The SYSEVENTTYPE system view defines the system event types that can be referenced by CREATE EVENT. The underlying system table for this view is ISYSEVENTTYPE.

Columns
Column name Column type Column constraint
event_type_id UNSIGNED INT NOT NULL
name VARCHAR(128) NOT NULL
description LONG VARCHAR

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.

Constraints on underlying system table

PRIMARY KEY (event_type_id)

UNIQUE (name)

See also