Home
last modified time | relevance | path

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

/third_party/sqlite/src/
Dsqlite3.c7434 int iColumn; /* Column constrained. -1 for ROWID */ member
7441 int iColumn; /* Column number */ member
17695 i16 iColumn; /* Column number within the source table */ member
17835 ynVar iColumn; /* TK_COLUMN: column index. -1 for rowid. member
30776 pExpr->iTable, pExpr->iColumn, zFlgs);
30789 pExpr->iColumn, zFlgs, zOp2);
30793 pExpr->iTable, pExpr->iColumn,
30840 pExpr->u.zToken, pExpr->iColumn);
31029 pExpr->iTable ? "NEW" : "OLD", pExpr->iColumn);
31055 pExpr->iTable, pExpr->iColumn, zFlgs);
[all …]
Dshell.c3059 switch( pConstraint->iColumn ){ in fsdirBestIndex()
3603 switch( pConstraint->iColumn ){ in completionBestIndex()
5849 if( pConstraint->iColumn<SERIES_COLUMN_START ) continue; in seriesBestIndex()
5850 iCol = pConstraint->iColumn - SERIES_COLUMN_START; in seriesBestIndex()
8054 if( pCons->iColumn!=ZIPFILE_F_COLUMN_IDX ) continue; in zipfileBestIndex()
9721 && pCons->iColumn>=0 in expertBestIndex()
9722 && p->pTab->aCol[pCons->iColumn].iPk==0 in expertBestIndex()
9729 pNew->iCol = pCons->iColumn; in expertBestIndex()
9746 int iCol = pIdxInfo->aOrderBy[i].iColumn; in expertBestIndex()
11488 if( p->iColumn==colSchema ){ in dbdataBestIndex()
[all …]
/third_party/sqlite/include/
Dsqlite3.h7121 int iColumn; /* Column constrained. -1 for ROWID */ member
7128 int iColumn; /* Column number */ member
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch81192 - switch( pConstraint->iColumn ){
82002 - switch( pConstraint->iColumn ){
82729 + if( pConstraint->iColumn<SERIES_COLUMN_START ) continue;
82730 + iCol = pConstraint->iColumn - SERIES_COLUMN_START;
82771 + if( pIdxInfo->nOrderBy>=1 && pIdxInfo->aOrderBy[0].iColumn==0 ){
85765 + switch( pConstraint->iColumn ){
86538 - if( pConstraint->iColumn<SERIES_COLUMN_START ) continue;
86539 - iCol = pConstraint->iColumn - SERIES_COLUMN_START;
86557 + switch( pConstraint->iColumn ){
91236 +** aConstraint[].iColumn field. ^An iColumn of -1 indicates the left-hand
[all …]