Bind parameters used in the query.
Name of the database the query runs in.
Optional exitAn error code (errorNum) that indicates why the query failed, or 0 on success.
Only present in slow queries (finished queries), not in running queries.
Unique identifier for this query.
Whether the query writes data (true) or only reads (false).
Maximum memory usage in bytes of the query.
Query string (potentially truncated).
Query's running time in seconds.
Date and time the query was started.
Query's current execution state.
Whether the query uses a streaming cursor.
Name of the user that started the query.
Object describing a query.