HomeSort by: relevance | last modified time | path
    Searched refs:iColumn (Results 1 - 3 of 3) sorted by relevancy

  /src/external/public-domain/sqlite/dist/
sqlite3.c 8066 ** aConstraint[].iColumn.)^ ^(aConstraint[].usable is TRUE if the
8155 int iColumn; /* Column constrained. -1 for ROWID */
8162 int iColumn; /* Column number */
8203 ** aConstraint[].iColumn field. ^An iColumn of -1 indicates the left-hand
8207 ** corresponding aConstraint[].iColumn is meaningless and should not be
17247 ** TK_COLUMN node in the expression tree refers to the Expr.iColumn-th
19935 int iColumn; /* Column number within the source table */
20021 ** Expr.iColumn is the column number for the specific column. If the
20030 ** If the expression is a subquery then Expr.iColumn holds an intege
    [all...]
sqlite3.h 7745 ** aConstraint[].iColumn.)^ ^(aConstraint[].usable is TRUE if the
7834 int iColumn; /* Column constrained. -1 for ROWID */
7841 int iColumn; /* Column number */
7882 ** aConstraint[].iColumn field. ^An iColumn of -1 indicates the left-hand
7886 ** corresponding aConstraint[].iColumn is meaningless and should not be
shell.c 8573 if( pConstraint->iColumn<SERIES_COLUMN_START ){
8574 if( (pConstraint->iColumn==SERIES_COLUMN_VALUE ||
8575 pConstraint->iColumn==SERIES_COLUMN_ROWID)
8628 iCol = pConstraint->iColumn - SERIES_COLUMN_START;
8679 if( pIdxInfo->nOrderBy>=1 && pIdxInfo->aOrderBy[0].iColumn==0 ){
10629 switch( pConstraint->iColumn ){
10658 if( pConstraint->iColumn==FSDIR_COLUMN_LEVEL
11368 switch( pConstraint->iColumn ){
13505 if( pCons->iColumn!=ZIPFILE_F_COLUMN_IDX ) continue;
15205 && pCons->iColumn>=0
    [all...]

Completed in 96 milliseconds