Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c85849 assert( pTab->iPKey<0 || pExpr->iColumn!=pTab->iPKey );
91752 pTable->iPKey = -1;
92120 pTab->iPKey = iCol;
92502 if( pTab->iPKey>=0 ){
92513 pTab->iPKey = -1;
94856 if( pTab->iPKey>=0 ){
99414 assert( pIdx!=0 || (pTab->iPKey>=0 && pTab->iPKey<pTab->nCol) );
101503 if( pDest->iPKey!=pSrc->iPKey ){
108212 pTab->iPKey = -1;
110466 pTab->iPKey = -1;
[all …]

Completed in 329 milliseconds