Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dupsert.c134 assert( pUpsert->pUpsertIdx==0 ); in sqlite3UpsertAnalyzeTarget()
195 pUpsert->pUpsertIdx = pIdx; in sqlite3UpsertAnalyzeTarget()
198 if( pUpsert->pUpsertIdx==0 ){ in sqlite3UpsertAnalyzeTarget()
224 if( pNext->pUpsertIdx==0 ) return 1; in sqlite3UpsertNextIsIPK()
238 && pUpsert->pUpsertIdx!=pIdx in sqlite3UpsertOfIndex()
H A Dinsert.c1941 if( pTerm->pUpsertIdx==0 ) continue; /* Skip ON CONFLICT for the IPK */ in sqlite3GenerateConstraintChecks()
1944 while( ALWAYS(pIdx!=0) && pIdx!=pTerm->pUpsertIdx ){ in sqlite3GenerateConstraintChecks()
H A DsqliteInt.h3321 Index *pUpsertIdx; /* UNIQUE constraint specified by pUpsertTarget */ member