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