Updated: 2022/Sep/29
Please read Privacy Policy. It's for your privacy.
SQLITE3REBASER_CREATE(3) Library Functions Manual SQLITE3REBASER_CREATE(3)
NAME
sqlite3rebaser_create - create a changeset rebaser object
SYNOPSIS
#include <sqlite3.h>
int
sqlite3rebaser_create(sqlite3_rebaser **ppNew);
DESCRIPTION
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.
IMPLEMENTATION NOTES
These declarations were extracted from the interface documentation at
line 12267.
SQLITE_API int sqlite3rebaser_create(sqlite3_rebaser **ppNew);
NetBSD 10.99 August 24, 2023 NetBSD 10.99