Searched refs:aCol (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c18135 ** of the Column structure, in the Table.aCol[] array.
18140 ** Table.aCol[] array, and also the index of
18339 Column *aCol; /* Information about each column */ member in struct:Table
18347 i16 iPKey; /* If not negative, use aCol[iPKey] as the rowid */
18500 } aCol[1]; /* One entry for each of nCol columns */ member in struct:FKey
18640 ** first column to be indexed (c3) has an index of 2 in Ex1.aCol[].
18642 ** Ex1.aCol[], hence Ex2.aiColumn[1]==0.
18773 ** AggInfo.aCol[] or AggInfo.aFunc[] of information needed to generate
18788 int iFirstReg; /* First register in range for aCol[] and aFunc[] */
18796 } *aCol; member in struct:AggInfo
32371 sqlite3TreeViewColumnList( TreeView *pView, const Column *aCol, int nCol, u8 moreToFollow ) argument
95838 Column *aCol; local
122846 const Column *aCol = pIdx->pTable->aCol; local
143984 Column *aCol, *pCol; /* For looping over result columns */ local
185728 const char **aCol; /* Array of column names */ local
251863 fts5StorageDecodeSizeArray( int *aCol, int nCol, const u8 *aBlob, int nBlob ) argument
251884 sqlite3Fts5StorageDocsize(Fts5Storage *p, i64 iRowid, int *aCol) argument
255418 int aCol[STMT_NUM_INTEGER_COLUMN+1]; /* all other column values */ member in struct:StmtRow
[all...]
H A Dshell.c11936 IdxColumn *aCol; member in struct:IdxTable
12315 && p->pTab->aCol[pCons->iColumn].iPk==0
12341 IdxConstraint *pNew = idxNewConstraint(&rc, p->pTab->aCol[iCol].zColl);
12574 pNew->aCol = (IdxColumn*)&pNew[1];
12576 pCsr = (char*)&pNew->aCol[nCol];
12586 pNew->aCol[nCol].zName = pCsr;
12587 pNew->aCol[nCol].iPk = (sqlite3_column_int(p1, 5)==1 && nPk==1);
12597 pNew->aCol[nCol].zColl = pCsr;
12688 IdxColumn *p = &pTab->aCol[pCons->iCol];
13184 pTab->aCol[
15288 RecoverColumn *aCol; /* Array of columns */ member in struct:RecoverTable
[all...]

Completed in 645 milliseconds