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

SQL Anywhere 12.0.0 (Français) » SQL Anywhere Server - SQL Reference » Views » System views

 

SYSSEQUENCEPERM system view

The SYSSEQUENCEPERM system view records the privileges that users or groups hold on sequences. The underlying system table for this view is ISYSSEQUENCEPERM.

Column name Data type Description
sequence_id UNSIGNED BIGINT The unique number assigned to each sequence.
grantee UNSIGNED INT The ID of the user or group with permissions to alter or drop the sequence.
grantor UNSIGNED INT The ID of the user who granted the permissions for the sequence.
privilege_type SMALLINT The type of privileges granted to the user or group on the sequence.
 Constraints on underlying system table