Updated: 2022/Sep/29

Please read Privacy Policy. It's for your privacy.


SQLITE3_STMT_SCANSTATUS_RESET(3)                      Library Functions Manual

NAME
     sqlite3_stmt_scanstatus_reset - zero scan-Status counters

SYNOPSIS
     #include <sqlite3.h>

     void
     sqlite3_stmt_scanstatus_reset(sqlite3_stmt*);

DESCRIPTION
     Zero all sqlite3_stmt_scanstatus() related event counters.

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

IMPLEMENTATION NOTES
     These declarations were extracted from the interface documentation at
     line 10160.

     SQLITE_API void sqlite3_stmt_scanstatus_reset(sqlite3_stmt*);

SEE ALSO
     sqlite3_stmt_scanstatus(3)

NetBSD 10.99                    August 24, 2023                   NetBSD 10.99