Home
last modified time | relevance | path

Searched refs:IsPrimaryKeyIndex (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/sqlite3/
H A Dsqlite3.c111277 if( !HasRowid(pTab) && IsPrimaryKeyIndex(pIdx) ){
111966 if( !HasRowid(pIdx->pTable) && IsPrimaryKeyIndex(pIdx) ){
115469 if( IsPrimaryKeyIndex(pIdx) ) continue;
118344 IsPrimaryKeyIndex(pIdx) ? SQLITE_CONSTRAINT_PRIMARYKEY
119636 if( IsPrimaryKeyIndex(pIdx) && !HasRowid(pTab) ){
122781 if( IsPrimaryKeyIndex(pIdx) ){
126571 if( IsPrimaryKeyIndex(pIdx) && !HasRowid(pTab) ){
126664 if( IsPrimaryKeyIndex(pIdx) && !HasRowid(pTab) ){
127122 && IsPrimaryKeyIndex(pDestIdx)
146592 if( !HasRowid(pItem->pTab) && IsPrimaryKeyIndex(pIdx) ){
[all …]