Small. Fast. Reliable.
Choose any three.

Session Module C Interface

Configure a Session Object

int sqlite3session_object_config(sqlite3_session*, int op, void *pArg);

This method is used to configure a session object after it has been created. At present the only valid values for the second parameter are SQLITE_SESSION_OBJCONFIG_SIZE and SQLITE_SESSION_OBJCONFIG_ROWID.

See also lists of Objects, Constants, and Functions.