solidDB Help : solidDB reference : SQL: Database system tables and system views : System tables for data synchronization : SYS_SYNC_MASTERS
  
SYS_SYNC_MASTERS
The SYS_SYNC_MASTERS table contains the list of master databases accessed by the replica.
The columns in the SYS_SYNC_MASTERS system table are described in the following table:
 
Column name
Description
NAME
Given name of the master database.
ID
Internal ID of the master database.
REMOTE_NAME
N/A.
REPLICA_NAME
Given name of the replica database.
REPLICA_ID
Surrogate identifier for the replica database.
REPLICA_CATALOG
Defines the replica catalog which is registered to this master.
CONNECT
Connect string of the master database.
CREATOR
ID of the user who set the database as a master.
ISDEFAULT
Reserved for future use.
Go up to
System tables for data synchronization