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

SQL Anywhere 11.0.1 (中文) » SQL Anywhere 服务器 - SQL 参考 » 系统对象 » 视图 » 系统视图

 

SYSDBSPACEPERM 系统视图

SYSDBSPACEPERM 系统视图中的每一行都描述了 dbspace 文件的权限。该视图的基础系统表为 ISYSDBSPACEPERM。

列名 列类型 说明
dbspace_id SMALLINT 标识 dbspace 的唯一编号。system dbspace 包含全部系统对象,且其 dbspace_id 为 0。
grantee UNSIGNED INT

获得权限的用户的用户 ID。

privilege_type SMALLINT

授予被授予者的权限。例如,CREATE 授予被授予者在 dbspace 上创建对象的权限。

基础系统表上的约束

FOREIGN KEY (dbspace_ID) 引用 SYS.ISYSDBSPACE

FOREIGN KEY (grantee) 引用 SYS.ISYSUSER (user_id)

另请参见