Documentación offline SQLite 3.53.4
por @raupulus

Configure a changegroup 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 changegroup object#

int sqlite3changegroup_config(sqlite3_changegroup*, int, void *pArg);\

Configure the changegroup object passed as the first argument. At present the only valid value for the second parameter is SQLITE_CHANGEGROUP_CONFIG_PATCHSET.

See also lists of Objects, Constants, and Functions.