Documentación offline SQLite 3.53.4
por @raupulus

Create 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#

Create a changeset rebaser object.#

int sqlite3rebaser_create(sqlite3_rebaser **ppNew);\

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

Allocate a new changeset rebaser object. If successful, set (*ppNew) to point to the new object and return SQLITE_OK. Otherwise, if an error occurs, return an SQLite error code (e.g. SQLITE_NOMEM) and set (*ppNew) to NULL.

See also lists of Objects, Constants, and Functions.