solidDB Help : solidDB reference : SQL: Database system tables and system views : System tables for data synchronization : SYS_SYNC_RECEIVED_STMTS
  
SYS_SYNC_RECEIVED_STMTS
The SYS_SYNC_RECEIVED_STMTS table contains the propagated statements that have been received in the master database.
The columns in the SYS_SYNC_RECEIVED_STMTS system table are described in the following table:
 
Column name
Description
REPLICA
Internal ID of the replica from which the statement has arrived.
MSG
Internal ID of the message in which the statement has arrived.
ORD_ID
N/A.
TXN_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 the 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).
ERRCODE
This has the error code if a statement failed while executing on the master.
ERR_STR
This has a description of the error that occurred if a statement failed while executing on the master.
Go up to
System tables for data synchronization