Searched defs:SessionApplyCtx (Results 1 – 1 of 1) sorted by relevance
237677 typedef struct SessionApplyCtx SessionApplyCtx; typedef237678 struct SessionApplyCtx { struct237679 sqlite3 *db;237680 sqlite3_stmt *pDelete; /* DELETE statement */237681 sqlite3_stmt *pInsert; /* INSERT statement */237682 sqlite3_stmt *pSelect; /* SELECT statement */237683 int nCol; /* Size of azCol[] and abPK[] arrays */237684 const char **azCol; /* Array of column names */237685 u8 *abPK; /* Boolean array - true if column is in PK */237686 u32 *aUpdateMask; /* Used by sessionUpdateFind */[all …]