Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c89089 if( !HasRowid(pTab) && IsPrimaryKeyIndex(pIdx) ){
89767 if( !HasRowid(pIdx->pTable) && IsPrimaryKeyIndex(pIdx) ){
91607 for(p=pTab->pIndex; p && !IsPrimaryKeyIndex(p); p=p->pNext){}
92551 if( IsPrimaryKeyIndex(pIdx) ) continue;
94840 IsPrimaryKeyIndex(pIdx) ? SQLITE_CONSTRAINT_PRIMARYKEY
98464 if( IsPrimaryKeyIndex(pIdx) ){
101100 int regCmp = (IsPrimaryKeyIndex(pIdx) ? regIdx : regR);
101201 if( IsPrimaryKeyIndex(pIdx) && !HasRowid(pTab) ){
113588 if( IsPrimaryKeyIndex(pIdx) && pPk!=0 ){
119298 if( !HasRowid(pItem->pTab) && IsPrimaryKeyIndex(pIdx) ){
[all …]

Completed in 747 milliseconds