Searched refs:columnIndex (Results 1 – 1 of 1) sorted by relevance
142 static int columnIndex(Table *pTab, const char *zCol){ in columnIndex() function234 if( columnIndex(pOther->pTab, pTab->aCol[j].zName)>=0 ){ in sqliteProcessJoin()274 if( columnIndex(pTerm->pTab, pList->a[j].zName)<0 || in sqliteProcessJoin()275 columnIndex(pOther->pTab, pList->a[j].zName)<0 ){ in sqliteProcessJoin()987 columnIndex(pTabList->a[i-1].pTab, zName)>=0 ){ in fillInColumnList()