Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3.c119523 if( !HasRowid(pTab) && IsPrimaryKeyIndex(pIdx) ){
119765 if( !HasRowid(pTab) && IsPrimaryKeyIndex(pX) ){
123813 if( IsPrimaryKeyIndex(pIdx) ) continue;
126751 IsPrimaryKeyIndex(pIdx) ? SQLITE_CONSTRAINT_PRIMARYKEY
128102 if( IsPrimaryKeyIndex(pIdx) && !HasRowid(pTab) ){
131647 if( IsPrimaryKeyIndex(pIdx) ){
135690 if( IsPrimaryKeyIndex(pIdx) && !HasRowid(pTab) ){
135785 if( IsPrimaryKeyIndex(pIdx) && !HasRowid(pTab) ){
136241 && IsPrimaryKeyIndex(pDestIdx)
140514 if( IsPrimaryKeyIndex(pIdx) ) break;
[all …]