Searched refs:sqlite3PrimaryKeyIndex (Results 1 – 1 of 1) sorted by relevance
21976 SQLITE_PRIVATE Index *sqlite3PrimaryKeyIndex(Table*);93453 nRealCol = sqlite3PrimaryKeyIndex(pTab)->nColumn;93465 preupdate.pPk = sqlite3PrimaryKeyIndex(pTab);117102 x = sqlite3TableColumnToIndex(sqlite3PrimaryKeyIndex(pTab), iCol);122691 pPk = sqlite3PrimaryKeyIndex(pTab);124646 Index *pPk = sqlite3PrimaryKeyIndex(pIdx->pTable);125025 pIndex = sqlite3PrimaryKeyIndex(pTable);125163 if( pTab && !HasRowid(pTab) ) pIdx = sqlite3PrimaryKeyIndex(pTab);127394 SQLITE_PRIVATE Index *sqlite3PrimaryKeyIndex(Table *pTab){ function128736 pPk = sqlite3PrimaryKeyIndex(pTab);[all …]