Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/rbu/
H A Dsqlite3rbu.c190 typedef struct RbuObjIter RbuObjIter; typedef
263 struct RbuObjIter { struct
264 sqlite3_stmt *pTblIter; /* Iterate through tables */
265 sqlite3_stmt *pIdxIter; /* Index iterator */
266 int nTblCol; /* Size of azTblCol[] array */
267 char **azTblCol; /* Array of unquoted target column names */
268 char **azTblType; /* Array of target column types */
269 int *aiSrcOrder; /* src table col -> target table col */
273 int eType; /* Table type - an RBU_PK_XXX value */
276 int bCleanup; /* True in "cleanup" state */
[all …]