Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dupsert.c77 pNew->isDoUpdate = pSet!=0; in sqlite3UpsertNew()
H A Dinsert.c1912 if( pUpsert->isDoUpdate==0 ){ in sqlite3GenerateConstraintChecks()
2026 if( pUpsertClause->isDoUpdate==0 ){ in sqlite3GenerateConstraintChecks()
2249 if( pUpsertClause->isDoUpdate==0 ){ in sqlite3GenerateConstraintChecks()
H A Dtreeview.c987 pUpsert->isDoUpdate ? "UPDATE" : "NOTHING"); in sqlite3TreeViewUpsert()
H A DsqliteInt.h3312 u8 isDoUpdate; /* True for DO UPDATE. False for DO NOTHING */ member