Searched defs:RbuObjIter (Results 1 – 1 of 1) sorted by relevance
190 typedef struct RbuObjIter RbuObjIter; typedef263 struct RbuObjIter { struct264 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 …]