Updated: 2025/Nov/16
Please read Privacy Policy. It's for your privacy.
SQLITE3CHANGESET_UPGRADE(3) Library Functions Manual
NAME
sqlite3changeset_upgrade - upgrade the schema of a changeset/Patchset
SYNOPSIS
#include <sqlite3.h>
int
sqlite3changeset_upgrade(sqlite3 *db, const char *zDb, int nIn,
const void *pIn, int *pnOut, void **ppOut);
DESCRIPTION
IMPLEMENTATION NOTES
These declarations were extracted from the interface documentation at
line 11810.
SQLITE_API int sqlite3changeset_upgrade(
sqlite3 *db,
const char *zDb,
int nIn, const void *pIn, /* Input changeset */
int *pnOut, void **ppOut /* OUT: Inverse of input */
);
NetBSD 11.99 January 24, 2024 NetBSD 11.99