Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c18722 #define IsPrimaryKeyIndex(X) ((X)->idxType==SQLITE_IDXTYPE_PRIMARYKEY) macro
118786 if( !HasRowid(pTab) && IsPrimaryKeyIndex(pIdx) ){
119015 if( !HasRowid(pTab) && IsPrimaryKeyIndex(pX) ){
119524 if( !HasRowid(pIdx->pTable) && IsPrimaryKeyIndex(pIdx) ){
121700 for(p=pTab->pIndex; p && !IsPrimaryKeyIndex(p); p=p->pNext){}
123063 if( IsPrimaryKeyIndex(pIdx) ) continue;
126000 IsPrimaryKeyIndex(pIdx) ? SQLITE_CONSTRAINT_PRIMARYKEY
127351 if( IsPrimaryKeyIndex(pIdx) && !HasRowid(pTab) ){
130894 if( IsPrimaryKeyIndex(pIdx) ){
134467 int regCmp = (IsPrimaryKeyIndex(pIdx) ? regIdx : regR);
[all …]