solidDB Help : solidDB reference : SQL: Database system tables and system views : System tables for data synchronization : SYS_SYNC_USERMAPS
  
SYS_SYNC_USERMAPS
The SYS_SYNC_USERMAPS table maps replica user ids to master users in the SYS_SYNC_USERS table.
The columns in the SYS_SYNC_USERMAPS system table are described in the following table:
 
Column name
Description
REPLICA_UID
Replica user ID mapped to master user.
MASTER_ID
Master ID.
REPLICA_USERNAME
Replica user name.
MASTER_USERNAME
Master user name.
PASSW
Encrypted password for master user name.
Go up to
System tables for data synchronization