solidDB Help : solidDB reference : SQL: Database system tables and system views : System tables for data synchronization : SYS_SYNC_RECEIVED_BLOB_ARGS
  
SYS_SYNC_RECEIVED_BLOB_ARGS
The SYS_SYNC_RECEIVED_BLOB_ARGS table is on the master. The BLOB parameters are saved in this table when the message from the replica is extracted. The rows only exist until the transaction in the message has been executed.
The columns in the SYS_SYNC_RECEIBVED_BLOBS_ARGS system table are described in the following table:
 
Column name
Description
REPLICA
Internal ID of the replica from which the BLOB parameters have arrived.
MSG
Internal ID of the message.
ORD_ID
Sequence number of the BLOB part.
TRX_ID
The transaction ID identifies the transaction.
ID
Internal ID of the user.
ARGNO
Number of the parameter.
ARG_VALUE
Value of the parameter in binary format.
Go up to
System tables for data synchronization