xref: /netbsd-src/external/public-domain/sqlite/man/sqlite3_stmt_scanstatus_reset.3 (revision b9988867a8ad969c45a52aa7628bc932ec98d46b)
1.Dd January 24, 2024
2.Dt SQLITE3_STMT_SCANSTATUS_RESET 3
3.Os
4.Sh NAME
5.Nm sqlite3_stmt_scanstatus_reset
6.Nd zero scan-Status counters
7.Sh SYNOPSIS
8.In sqlite3.h
9.Ft void
10.Fo sqlite3_stmt_scanstatus_reset
11.Fa "sqlite3_stmt*"
12.Fc
13.Sh DESCRIPTION
14Zero all
15.Fn sqlite3_stmt_scanstatus
16related event counters.
17.Pp
18This API is only available if the library is built with pre-processor
19symbol SQLITE_ENABLE_STMT_SCANSTATUS defined.
20.Sh IMPLEMENTATION NOTES
21These declarations were extracted from the
22interface documentation at line 10272.
23.Bd -literal
24SQLITE_API void sqlite3_stmt_scanstatus_reset(sqlite3_stmt*);
25.Ed
26.Sh SEE ALSO
27.Xr sqlite3_stmt_scanstatus 3
28