solidDB Help : solidDB reference : SQL: Database system tables and system views : System tables for replicator : SYS_REPLICATION_CONNECTIONS
  
SYS_REPLICATION_CONNECTIONS
The SYS_REPLICATION_CONNECTIONS table used to store replication connections.
The columns in the SYS_REPLICATION_CONNECTIONS system table are described in the following table:
 
Column name
Data type
Description
ID
INTEGER
Replicator connection identifier
CONNECT_NAME
WVARCHAR
Connect name
SOURCE_UUID
INTEGER
References the SYS_UUID table, see SYS_UUID
CONNECT_STRING
WVARCHAR
Connect string
USER_NAME
WVARCHAR
User name
USER_PASSWORD
VARBINARY
Encrypted password of user
CONNECT_TIMEOUT
INTEGER
Timeout value
Go up to
System tables for replicator