Documentación offline SQLite 3.53.4
por @raupulus

Delete a changeset rebaser 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#

Delete a changeset rebaser object.#

void sqlite3rebaser_delete(sqlite3_rebaser *p); \

Important: This interface is experimental and is subject to change without notice.

Delete the changeset rebaser object and all associated resources. There should be one call to this function for each successful invocation of sqlite3rebaser_create().

See also lists of Objects, Constants, and Functions.