solidDB Help : solidDB reference : SQL: Database system tables and system views : System tables for data synchronization : SYS_PUBLICATION_STMTARGS
  
SYS_PUBLICATION_STMTARGS
The SYS_PUBLICATION_STMTARGS table contains mapping between the publication arguments and the statements in the master database.
The columns in the SYS_PUBLICATION_STMTARGS system table are described in the following table:
 
Column name
Description
PUBL_ID
Internal ID of the publication.
STMT_NUMBER
Sequence number of the statement.
STMT_ARG_NUMBER
Sequence number of the statement argument.
PUBL_ARG_NUMBER
Sequence number of the publication argument.
Go up to
System tables for data synchronization