Searched refs:isDoUpdate (Results 1 – 4 of 4) sorted by relevance
77 pNew->isDoUpdate = pSet!=0; in sqlite3UpsertNew()
1912 if( pUpsert->isDoUpdate==0 ){ in sqlite3GenerateConstraintChecks()2026 if( pUpsertClause->isDoUpdate==0 ){ in sqlite3GenerateConstraintChecks()2249 if( pUpsertClause->isDoUpdate==0 ){ in sqlite3GenerateConstraintChecks()
987 pUpsert->isDoUpdate ? "UPDATE" : "NOTHING"); in sqlite3TreeViewUpsert()
3312 u8 isDoUpdate; /* True for DO UPDATE. False for DO NOTHING */ member