ALL_GROUPS
The ALL_GROUPS system table exposes all the groups that have been added to TDV Server.
Users can see groups in which they are a member. Users with the READ_ALL_USERS right can see all groups.
|
Column |
TDV JDBC Data Type |
Nullable |
Description |
|
GROUP_ID |
INTEGER |
|
Identifier of the group. Primary key. |
|
GROUP_NAME |
VARCHAR(255) |
|
Name of the group. |
|
DOMAIN_ID |
INTEGER |
|
Unique domain identifier. |
|
DOMAIN_NAME |
VARCHAR(255) |
|
Name of the domain. |
|
ANNOTATION |
VARCHAR(2147483647) |
Yes |
Group description. |