Updated: 2022/Sep/29
Please read Privacy Policy. It's for your privacy.
SQLITE3_SESSION(3) Library Functions Manual SQLITE3_SESSION(3)
NAME
sqlite3_session - session object handle
SYNOPSIS
#include <sqlite3.h>
typedef struct sqlite3_session sqlite3_session;
DESCRIPTION
An instance of this object is a session that can be used to record
changes to a database.
IMPLEMENTATION NOTES
These declarations were extracted from the interface documentation at
line 10808.
typedef struct sqlite3_session sqlite3_session;
NetBSD 10.99 August 24, 2023 NetBSD 10.99