SQLITE3REBASER_CREATE(3) Library Functions Manual SQLITE3REBASER_CREATE(3)

sqlite3rebaser_createcreate a changeset rebaser object

#include <sqlite3.h>

int
sqlite3rebaser_create(sqlite3_rebaser **ppNew);

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.

These declarations were extracted from the interface documentation at line 12452.

SQLITE_API int sqlite3rebaser_create(sqlite3_rebaser **ppNew);
January 24, 2024 NetBSD 11.0