Home
last modified time | relevance | path

Searched defs:SessionApplyCtx (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/ext/session/
H A Dsqlite3session.c3749 typedef struct SessionApplyCtx SessionApplyCtx; typedef
3750 struct SessionApplyCtx { struct
3751 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