The ::DEBUG_STATEMENTS table holds information about the query handles currently being debugged.
Field Name |
Field Type |
Field Size |
Description |
user_id |
Integer |
4 |
Foreign key into the ::DEBUG_CONNECTIONS table. |
query_id |
Integer |
4 |
Primary key of the table. |
stmt_name |
Char |
32 |
Name of the query handle. The value of this column may be used in DEBUG commands where a statement_name value is required. This value can also be obtained from ::stmt.name system variable. |