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

/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d1400 int iColumn; /** Column on left-hand side of constraint */
1407 int iColumn; /** Column number */
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c7662 ** aConstraint[].iColumn.)^ ^(aConstraint[].usable is TRUE if the
7749 int iColumn; /* Column constrained. -1 for ROWID */ member in struct:sqlite3_index_info::sqlite3_index_constraint
7756 int iColumn; /* Column number */ member in struct:sqlite3_index_info::sqlite3_index_orderby
7795 ** aConstraint[].iColumn field. ^An iColumn of -1 indicates the left-hand
7799 ** corresponding aConstraint[].iColumn is meaningless and should not be
16148 ** TK_COLUMN node in the expression tree refers to the Expr.iColumn-th
18794 i16 iColumn; /* Column number within the source table */ member in struct:AggInfo::AggInfo_col
18874 ** Expr.iColumn is the column number for the specific column. If the
18883 ** If the expression is a subquery then Expr.iColumn hold
18951 ynVar iColumn; /* TK_COLUMN: column index. -1 for rowid. member in struct:Expr
112487 sqlite3ExprCodeGetColumn( Parse *pParse, Table *pTab, int iColumn, int iTable, int iReg, u8 p5 ) argument
145643 int iColumn; local
159726 int iColumn = -1; /* Column index on lhs of IN operator */ local
161132 i16 iColumn; /* The column on the LHS of the term. -1 for IPK */ local
161256 whereScanInit( WhereScan *pScan, WhereClause *pWC, int iCur, int iColumn, u32 opMask, Index *pIdx ) argument
161320 sqlite3WhereFindTerm( WhereClause *pWC, int iCur, int iColumn, Bitmask notReady, u32 op, Index *pIdx ) argument
165531 int iColumn; /* A column number within table iCur */ local
184596 int iColumn; /* Index of column this phrase must match */ member in struct:Fts3Phrase
187698 fts3TermSelect( Fts3Table *p, Fts3PhraseToken *pTok, int iColumn, int *pnOut, char **ppOut ) argument
[all...]
H A Dsqlite3.h7349 ** aConstraint[].iColumn.)^ ^(aConstraint[].usable is TRUE if the
7436 int iColumn; /* Column constrained. -1 for ROWID */ member in struct:sqlite3_index_info::sqlite3_index_constraint
7443 int iColumn; /* Column number */ member in struct:sqlite3_index_info::sqlite3_index_orderby
7482 ** aConstraint[].iColumn field. ^An iColumn of -1 indicates the left-hand
7486 ** corresponding aConstraint[].iColumn is meaningless and should not be
H A Dshell.c6081 if( pConstraint->iColumn<SERIES_COLUMN_START ) continue;
6082 iCol = pConstraint->iColumn - SERIES_COLUMN_START;
6123 if( pIdxInfo->nOrderBy>=1 && pIdxInfo->aOrderBy[0].iColumn==0 ){
7991 switch( pConstraint->iColumn ){
8536 switch( pConstraint->iColumn ){
10628 if( pCons->iColumn!=ZIPFILE_F_COLUMN_IDX ) continue;
12314 && pCons->iColumn>=0
12315 && p->pTab->aCol[pCons->iColumn].iPk==0
12322 pNew->iCol = pCons->iColumn;
12339 int iCol = pIdxInfo->aOrderBy[i].iColumn;
[all...]

Completed in 666 milliseconds