Searched defs:SessionApplyCtx (Results 1 – 1 of 1) sorted by relevance
3749 typedef struct SessionApplyCtx SessionApplyCtx; typedef3750 struct SessionApplyCtx { struct3751 sqlite3 *db;3752 sqlite3_stmt *pDelete; /* DELETE statement */3753 sqlite3_stmt *pInsert; /* INSERT statement */3754 sqlite3_stmt *pSelect; /* SELECT statement */3755 int nCol; /* Size of azCol[] and abPK[] arrays */3756 const char **azCol; /* Array of column names */3780 SessionApplyCtx *p, in sessionUpdateFind() argument