ST_PERMISSIONS
This table provides the list of permission codes and text for use with OBJECTACLS.
Column | Field | Type | Length | Primary | Description |
---|---|---|---|---|---|
1 |
ServerID |
int |
4 |
Y |
Server ID |
2 |
ContainerClassID |
int |
4 |
Y |
Class ID for the container type |
3 |
PermissionCode |
int |
4 |
Y |
Permission Code |
4 |
Permission |
varchar |
254 |
N |
Text for the permission |
Table Joins
Column | Primary Table | Primary Field | Foreign Table | Foreign Field |
---|---|---|---|---|
1 |
ST_PERMISSIONS |
ServerID |
ST_OBJECTACLS |
ServerID |
2 |
ST_PERMISSIONS |
ContainerClassID |
ST_OBJECTACLS |
ContainerClassID |
3 |
ST_PERMISSIONS |
PermissionCode |
ST_OBJECTACLS |
PermissionCode |
1 |
STSERVER |
ServerID |
STPERMISSIONS |
ServerID |