SQLITE3_EXTENDED_RES... NetBSD Library Functions ManualSQLITE3_EXTENDED_RES...
NAME
sqlite3_extended_result_codes -- enable or disable extended result codes
SYNOPSIS
#include <sqlite3.h> int sqlite3_extended_result_codes(sqlite3*, int onoff);
DESCRIPTION
The sqlite3_extended_result_codes() routine enables or disables the extended result codes feature of SQLite. The extended result codes are disabled by default for historical compatibility.
IMPLEMENTATION NOTES
These declarations were extracted from the interface documentation at line 2517. SQLITE_API int sqlite3_extended_result_codes(sqlite3*, int onoff); NetBSD 10.99 January 24, 2024 NetBSD 10.99
Powered by man-cgi (2024-08-26). Maintained for NetBSD by Kimmo Suominen. Based on man-cgi by Panagiotis Christias.