TRACE_ROW top-level constant
int
const TRACE_ROW
An SQLITE_TRACE_ROW callback is invoked whenever a prepared statement generates a single row of result.
The P argument is a pointer to the prepared statement and the X argument is unused.
Implementation
const TRACE_ROW = 0x04;