Small. Fast. Reliable.
Choose any three.

Session Module C Interface

Delete a changeset rebaser object.

void sqlite3rebaser_delete(sqlite3_rebaser *p); 

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

Delete the changeset rebaser object and all associated resources. There should be one call to this function for each successful invocation of sqlite3rebaser_create().

See also lists of Objects, Constants, and Functions.