Documentación offline SQLite 3.53.4
por @raupulus

Configure a Session Object

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#

Configure a Session Object#

int sqlite3session_object_config(sqlite3_session*, int op, void *pArg);\

This method is used to configure a session object after it has been created. At present the only valid values for the second parameter are SQLITE_SESSION_OBJCONFIG_SIZE and SQLITE_SESSION_OBJCONFIG_ROWID.

See also lists of Objects, Constants, and Functions.