Documentación offline SQLite 3.53.4
por @raupulus

Session Object Handle

3.53.4 Ver versión oficial en línea Licencia BlessingDescargado el 2026-09-15 Bundle .md (21.8 MB) ↓

En esta página

Session Module C Interface#

Session Object Handle#

typedef struct sqlite3_session sqlite3_session;\

An instance of this object is a session that can be used to record changes to a database.

Constructor: sqlite3session_create()

Destructor: sqlite3session_delete()

See also lists of Objects, Constants, and Functions.