Hold permissions table (ARSHOLDPERMS)
This table maintains a catalog of hold permissions.
| Column Name | Data Type | Description |
|---|---|---|
| id | INTEGER | User/Group identifier |
| hid | INTEGER | Hold identifier |
| perms | INTEGER | Permission |
| Index name | Columns in index | Type of index |
|---|---|---|
| arsholdperms_idx | hid, id | Unique cluster index for Db2; Unique index for Oracle and SQL Server |