SQLITE3_STMT_SCANSTATUS_RESET(3) Library Functions Manual SQLITE3_STMT_SCANSTATUS_RESET(3)

sqlite3_stmt_scanstatus_resetzero scan-Status counters

#include <sqlite3.h>

void
sqlite3_stmt_scanstatus_reset(sqlite3_stmt*);

Zero all () related event counters.

This API is only available if the library is built with pre-processor symbol SQLITE_ENABLE_STMT_SCANSTATUS defined.

These declarations were extracted from the interface documentation at line 10272.

SQLITE_API void sqlite3_stmt_scanstatus_reset(sqlite3_stmt*);

sqlite3_stmt_scanstatus(3)

January 24, 2024 NetBSD 11.0