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

SQL Anywhere 11.0.0 » SQL Anywhere Server - SQL Reference » System Objects » Views » System views

 

SYSEVENTTYPE system view

The SYSEVENTTYPE system view defines the system event types that can be referenced by CREATE EVENT.

Column name Column type Description
event_type_id UNSIGNED INT The unique number assigned to each event type.
name VARCHAR(128) The name of the system event type.
description LONG VARCHAR A description of the system event type.
Remarks

The SYSEVENTTYPE system view is defined using a combination of sa_rowgenerator and the following server properties:

See also