Searched refs:aiCols (Results 1 – 1 of 1) sorted by relevance
146343 int *aiCols; /* child to parent column mapping */ local146392 aiCols = 0;146394 x = sqlite3FkLocateIndex(pParse, pParent, pFK, &pIdx, &aiCols);146405 int iCol = aiCols ? aiCols[j] : pFK->aCol[j].iFrom;146433 sqlite3DbFree(db, aiCols);