DBS_SFG_GROUPS table
Column number |
Column Name |
Data Type |
Description |
1* |
FS_GROUP_UID |
INT |
The Safeguard file-sharing group number of a reserved file-sharing group. Links to the PRIVILEGE_GROUPS table. |
2 |
FS_GROUP_NAME |
CHAR(32) |
The corresponding file-sharing group name. |
3 |
DB_UID |
LARGEINT |
The catalog UID of the associated database. -1 if the file-sharing group is not associated with a database. Links to ALL_DATABASES. |
4 |
LOCK_UID |
LARGEINT |
The UID of the DDL Lock for an active utility operation that operates on this file-sharing group. -1 when no utility operation is active. Links to the OBJECTS and DDL_LOCKS tables. |
* Indicates primary key |