solidDB Help : solidDB reference : SQL: Database system tables and system views : System tables for data synchronization : SYS_PUBLICATION_REPLICA_ARGS
  
SYS_PUBLICATION_REPLICA_ARGS
The SYS_PUBLICATION_REPLICA_ARGS table contains the definition of the publication arguments in a replica database.
The columns in the SYS_PUBLICATION_REPLICA_ARGS system table are described in the following table:
 
Column name
Description
MASTER_ID
Internal ID of the master from which the data is refreshed.
PUBL_ID
Internal ID of the publication.
ARG_NUMBER
Sequence number of the argument.
NAME
Name of the argument.
LENGTH_OR_PRECISION
Length or precision of the argument.
SCALE
Scale of the argument.
Go up to
System tables for data synchronization