solidDB Help : solidDB reference : SQL: Database system tables and system views : System tables for data synchronization : SYS_SYNC_REPLICA_VERSIONS
  
SYS_SYNC_REPLICA_VERSIONS
The SYS_SYNC_REPLICA_VERSIONS table contains the list of subscriptions (that have been subscribed) to this replica database from the master database.
The columns in the SYS_SYNC_REPLICA_VERSIONS system table are described in the following table:
 
Column name
Description
BOOKMARK_ID
Internal ID of the bookmark in the subscription.
REQUEST_ID
Internal ID of the publication request in the subscription.
VERS_TIME
Create time of the subscription.
PUBL_ID
ID of the subscribed publication.
MASTER_ID
ID of the master database from which the publication has been subscribed.
PARAM_CRC
Internal use only.
PARAM
Parameters of the subscription.
VERSION
Version number of subscribed publication in the master database.
LOCAL VERSION
Version number of subscribed publication in the replica database.
PUBL_NAME
Name of the publication.
REPLY_ID
ID of the publication reply.
Go up to
System tables for data synchronization