summaryrefslogtreecommitdiff
path: root/static/netbsd/man3/sqlite3_session.3
blob: 427680959bd793c83ccf2c27275efc4610a460f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.Dd January 24, 2024
.Dt SQLITE3_SESSION 3
.Os
.Sh NAME
.Nm sqlite3_session
.Nd session object handle
.Sh SYNOPSIS
.In sqlite3.h
.Vt typedef struct sqlite3_session sqlite3_session;
.Sh DESCRIPTION
An instance of this object is a session that can be used to
record changes to a database.
.Sh IMPLEMENTATION NOTES
These declarations were extracted from the
interface documentation at line 10937.
.Bd -literal
typedef struct sqlite3_session sqlite3_session;
.Ed