Home
last modified time | relevance | path

Searched refs:iRightCol (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c149351 int iRightCol; /* Column number of matching column on the right */ local
149357 iRightCol = sqlite3ColumnIndex(pRightTab, zName);
149358 if( iRightCol<0
149410 pE2 = sqlite3CreateColumnExpr(db, pSrc, i+1, iRightCol);
149411 sqlite3SrcItemColumnUsed(pRight, iRightCol);