Copyright © Cloud Software Group, Inc. All rights reserved. |
The user_names table holds the names of all iProcess user and group queues registered on the system.TABLE user_names (
node_id INTEGER NOT NULL,
user_id INTEGER NOT NULL,
user_name VARCHAR(64) NOT NULL,
user_type VARCHAR(1) NOT NULL)
Note: Users and groups have separate ID sequences, as defined in the user_type column, so both a user and a group can have the same user_id value.
This key enforces the DELETE CASCADE referential action.
a Move System Information is performed, if the flag_table indicates that the Users data area has been modified. a Move System Information is performed, if the flag_table indicates that the Users data area has been modified.
Copyright © Cloud Software Group, Inc. All rights reserved. |