ALL_USERS
The ALL_USERS system table exposes all the users in all the domains in the TDV Server. Administrators with the READ_ALL_USERS right can see all users. Users with limited rights can read only their own user rows.
|
Column |
TDV JDBC Data Type |
Nullable |
Description |
|
USER_ID |
INTEGER |
|
Identifier of the user. Primary key. |
|
USERNAME |
VARCHAR(255) |
|
Log-in name of the user. |
|
DOMAIN_ID |
INTEGER |
|
Identifier of user’s domain. |
|
DOMAIN_NAME |
VARCHAR(255) |
|
Name of user’s domain. |
|
ANNOTATION |
VARCHAR(2147483647) |
Yes |
Annotation for the user. |