Searched refs:sqlite3PrimaryKeyIndex (Results 1 – 15 of 15) sorted by relevance
225 Index *pPk = sqlite3PrimaryKeyIndex(pTab); in sqlite3LimitWhere()497 pPk = sqlite3PrimaryKeyIndex(pTab); in sqlite3DeleteFrom()902 pPk = HasRowid(pTab) ? 0 : sqlite3PrimaryKeyIndex(pTab); in sqlite3GenerateRowIndexDelete()
421 pPk = HasRowid(pTab) ? 0 : sqlite3PrimaryKeyIndex(pTab); in sqlite3Update()1229 pPk = sqlite3PrimaryKeyIndex(pTab); in updateVirtualTable()1284 pPk = sqlite3PrimaryKeyIndex(pTab); in updateVirtualTable()
2036 Index *pPk = sqlite3PrimaryKeyIndex(pIdx->pTable); in sqlite3WhereCodeOneLoopStart()2190 Index *pPk = sqlite3PrimaryKeyIndex(pTab); in sqlite3WhereCodeOneLoopStart()2303 Index *pPk = sqlite3PrimaryKeyIndex(pTab); in sqlite3WhereCodeOneLoopStart()2601 Index *pPk = sqlite3PrimaryKeyIndex(pTab); in sqlite3WhereCodeOneLoopStart()2748 Index *pPk = sqlite3PrimaryKeyIndex(pTab); in sqlite3WhereRightJoinLoop()
281 Index *pPk = sqlite3PrimaryKeyIndex(pTab); in sqlite3UpsertDoUpdate()
1174 Index *pPk = sqlite3PrimaryKeyIndex(pTab); in sqlite3Pragma()1333 pIdx = sqlite3PrimaryKeyIndex(pTab); in sqlite3Pragma()1765 pPk = sqlite3PrimaryKeyIndex(pTab); in sqlite3Pragma()1862 p3 = sqlite3TableColumnToIndex(sqlite3PrimaryKeyIndex(pTab), j); in sqlite3Pragma()
1222 Index *pPk = sqlite3PrimaryKeyIndex(pIdx->pTable); in analyzeOneTable()1555 pIndex = sqlite3PrimaryKeyIndex(pTable);1691 if( pTab && !HasRowid(pTab) ) pIdx = sqlite3PrimaryKeyIndex(pTab);
855 assert( HasRowid(pNew) || sqlite3PrimaryKeyIndex(pNew)!=0 ); in sqlite3_declare_vtab()858 && sqlite3PrimaryKeyIndex(pNew)->nKeyCol!=1 in sqlite3_declare_vtab()
1080 Index *sqlite3PrimaryKeyIndex(Table *pTab){ in sqlite3PrimaryKeyIndex() function2392 pPk = sqlite3PrimaryKeyIndex(pTab); in convertToWithoutRowidTable()2395 pPk = sqlite3PrimaryKeyIndex(pTab); in convertToWithoutRowidTable()2694 || p->iPKey>=0 || sqlite3PrimaryKeyIndex(p)!=0 ); in sqlite3EndTable()2696 || (p->iPKey<0 && sqlite3PrimaryKeyIndex(p)==0) ); in sqlite3EndTable()3987 if( !HasRowid(pTab) ) pPk = sqlite3PrimaryKeyIndex(pTab); in sqlite3CreateIndex()
44 Index *pPk = sqlite3PrimaryKeyIndex(pTab); in sqlite3OpenTable()1722 pPk = sqlite3PrimaryKeyIndex(pTab); in sqlite3GenerateConstraintChecks()
2214 pPk = sqlite3PrimaryKeyIndex(pTab); in sqlite3AlterDropColumn()
1052 pPk = sqlite3PrimaryKeyIndex(pTab); in selectExprDefer()1732 assert( sqlite3PrimaryKeyIndex(pTab)->nKeyCol==nKey ); in generateSortTail()7746 if( !HasRowid(pTab) ) pBest = sqlite3PrimaryKeyIndex(pTab); in sqlite3Select()
6139 Index *pPk = sqlite3PrimaryKeyIndex(pTab); in sqlite3WhereBegin()6516 Index *pPk = sqlite3PrimaryKeyIndex(pTab); in sqlite3WhereEnd()
4622 Index *sqlite3PrimaryKeyIndex(Table*);
5283 preupdate.pPk = sqlite3PrimaryKeyIndex(pTab); in sqlite3VdbePreUpdateHook()
3817 x = sqlite3TableColumnToIndex(sqlite3PrimaryKeyIndex(pTab), iCol); in sqlite3ExprCodeGetColumnOfTable()