Small. Fast. Reliable.
Choose any three.

Session Module C Interface

Add a blob to a changegroup

int sqlite3changegroup_change_blob(
    sqlite3_changegroup*, int, int, const void *pVal, int nVal
);

This function is similar to sqlite3changegroup_change_int64(). It configures the currently accumulated change with a blob value instead of a 64-bit integer. Parameter pVal points to a buffer containing the blob. Parameter nVal is the size of the blob in bytes.

See also lists of Objects, Constants, and Functions.