Searched defs:SessionHook (Results 1 – 1 of 1) sorted by relevance
30 typedef struct SessionHook SessionHook; typedef31 struct SessionHook { struct32 void *pCtx;33 int (*xOld)(void*,int,sqlite3_value**);57 SessionHook hook; /* APIs to grab new and old data with */ argument