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

SAP Sybase SQL Anywhere 16.0 » SQL Anywhere Server - SQL Reference » Views » System views

 

SYSROLEGRANTEXT system view

When you grant the SET USER and the CHANGE PASSWORD system privileges, you can specify a list of users or roles that the grantee can grant them to. The SYSROLEGRANTEXT system view stores information about which users and roles the grantee can grant SET USER and CHANGE PASSWORD system privileges to.

The underlying system table for this view is ISYSROLEGRANTEXT.

Column name Data type Description
grant_id UNSIGNED INT ID used to identify each GRANT statement.
user_id UNSIGNED INT The user_ids specified in user-list or role-list in a particular extended grant
 Remarks
 Constraints on underlying system table