solidDB Help : solidDB reference : SQL: Database system tables and system views : System tables for data synchronization : SYS_SYNC_SAVED_STMTS
  
SYS_SYNC_SAVED_STMTS
The SYS_SYNC_SAVED_STMTS table contains statements that have been saved in replica database for later propagation.
The columns in the SYS_SYNC_SAVED_STMTS system table are described in the following table:
 
Column name
Description
MASTER
Internal ID of the master database to which the statement will be propagated.
TRX_ID
Internal ID of the transaction to which the statement belongs.
ID
Sequence number of the statement within the transaction.
CLASS
Type of the constant.
STRING
The SQL statement as a string.
ARG_COUNT
Number of parameters bound to the statement.
ARG_TYPES
Types of parameters bound to the statement.
ARG_VALUES
Values of the parameters in binary format.
USER_ID
ID of the user who has saved the statement.
REQUEST_ID
N/A.
FLAGS
This indicates the error-handling mode (for example, IGNORE_ERRORS, LOG_ERRORS, and so on).
Go up to
System tables for data synchronization