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).
|