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

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h4823 ** aConstraint[].iColumn.)^ ^(aConstraint[].usable is TRUE if the
4861 int iColumn; /* Column on left-hand side of constraint */ member in struct:sqlite3_index_info::sqlite3_index_constraint
4868 int iColumn; /* Column number */ member in struct:sqlite3_index_info::sqlite3_index_orderby
H A Dsqlite3.c5376 ** aConstraint[].iColumn.)^ ^(aConstraint[].usable is TRUE if the
5414 int iColumn; /* Column on left-hand side of constraint */ member in struct:sqlite3_index_info::sqlite3_index_constraint
5421 int iColumn; /* Column number */ member in struct:sqlite3_index_info::sqlite3_index_orderby
10171 ** pointer to this structure. The Expr.iColumn field is the index in
10191 int iColumn; /* Column number within the source table */ member in struct:AggInfo::AggInfo_col
10256 ** Expr.iColumn is the column number for the specific column. If the
10265 ** If the expression is a subquery then Expr.iColumn holds an integer
10320 ynVar iColumn; /* TK_COLUMN: column index. -1 for rowid. member in struct:Expr
10854 int iColumn; /* Table column number */ member in struct:Parse::yColCache
75172 sqlite3ExprCodeGetColumn( Parse *pParse, Table *pTab, int iColumn, int iTable, int iReg ) argument
100920 findTerm( WhereClause *pWC, int iCur, int iColumn, Bitmask notReady, u32 op, Index *pIdx ) argument
101315 int iColumn = -1; /* Column index on lhs of IN operator */ local
101970 int iColumn; /* The i-th column of the index. -1 for rowid */ local
114328 int iColumn; /* Index of column this phrase must match */ member in struct:Fts3Phrase
116748 fts3TermSelect( Fts3Table *p, Fts3PhraseToken *pTok, int iColumn, int *pnOut, char **ppOut ) argument
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c7895 ** aConstraint[].iColumn.)^ ^(aConstraint[].usable is TRUE if the
7982 int iColumn; /* Column constrained. -1 for ROWID */ member in struct:sqlite3_index_info::sqlite3_index_constraint
7989 int iColumn; /* Column number */ member in struct:sqlite3_index_info::sqlite3_index_orderby
15294 ** TK_COLUMN node in the expression tree refers to the Expr.iColumn-th
18071 i16 iColumn; /* Column number within the source table */ member in struct:AggInfo::AggInfo_col
18133 ** Expr.iColumn is the column number for the specific column. If the
18142 ** If the expression is a subquery then Expr.iColumn holds an integer
18210 ynVar iColumn; /* TK_COLUMN: column index. -1 for rowid. member in struct:Expr
104276 sqlite3ExprCodeGetColumn( Parse *pParse, Table *pTab, int iColumn, int iTable, int iReg, u8 p5 ) argument
147173 int iColumn = -1; /* Column index on lhs of IN operator */ local
148583 i16 iColumn; /* The column on the LHS of the term. -1 for IPK */ local
148692 whereScanInit( WhereScan *pScan, WhereClause *pWC, int iCur, int iColumn, u32 opMask, Index *pIdx ) argument
148756 sqlite3WhereFindTerm( WhereClause *pWC, int iCur, int iColumn, Bitmask notReady, u32 op, Index *pIdx ) argument
152058 int iColumn; /* A column number within table iCur */ local
170071 int iColumn; /* Index of column this phrase must match */ member in struct:Fts3Phrase
173166 fts3TermSelect( Fts3Table *p, Fts3PhraseToken *pTok, int iColumn, int *pnOut, char **ppOut ) argument
[all...]
H A Dsqlite3.h6832 ** aConstraint[].iColumn.)^ ^(aConstraint[].usable is TRUE if the
6919 int iColumn; /* Column constrained. -1 for ROWID */ member in struct:sqlite3_index_info::sqlite3_index_constraint
6926 int iColumn; /* Column number */ member in struct:sqlite3_index_info::sqlite3_index_orderby
H A Dshell.c3006 switch( pConstraint->iColumn ){
3542 switch( pConstraint->iColumn ){
5779 if( pConstraint->iColumn<SERIES_COLUMN_START ) continue;
5780 iCol = pConstraint->iColumn - SERIES_COLUMN_START;
7189 if( pCons->iColumn!=ZIPFILE_F_COLUMN_IDX ) continue;
8834 && pCons->iColumn>=0
8835 && p->pTab->aCol[pCons->iColumn].iPk==0
8842 pNew->iCol = pCons->iColumn;
8859 int iCol = pIdxInfo->aOrderBy[i].iColumn;
10553 if( p->iColumn
[all...]

Completed in 922 milliseconds