Documentación offline SQLite 3.53.4
por @raupulus

Add a NULL to a changegroup

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#

Add a NULL to a changegroup#

int sqlite3changegroup_change_null(sqlite3_changegroup*, int, int);\

This function is similar to sqlite3changegroup_change_int64(). Except that it configures the change currently under construction with a NULL value instead of a 64-bit integer.

See also lists of Objects, Constants, and Functions.