Searched defs:iColumn (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dwhere.c260 if( j<nExpr && pOrderBy->a[j].pExpr->iColumn==pIdx->aiColumn[i] ){ j++; }
264 if( pOrderBy->a[i+j].pExpr->iColumn!=pIdx->aiColumn[i+nEqCol] ) break;
507 if( aExpr[j].idxLeft==iCur && aExpr[j].p->pLeft->iColumn<0
518 if( aExpr[j].idxRight==iCur && aExpr[j].p->pRight->iColumn<0
571 int iColumn = aExpr[j].p->pLeft->iColumn; local
574 if( pIdx->aiColumn[k]==iColumn ){
606 int iColumn = aExpr[j].p->pRight->iColumn; local
609 if( pIdx->aiColumn[k]==iColumn ){
[all...]
H A DsqliteInt.h669 ** Expr.iColumn is the column number for the specific column. If the
694 int iTable, iColumn; /* When op==TK_COLUMN, then this expr node means the member in struct:Expr
695 ** iColumn-th field of the iTable-th table. */

Completed in 51 milliseconds