Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dinsert.c2559 int update_flags, /* True for UPDATE, False for INSERT */ in sqlite3CompleteInsertion() argument
2568 assert( update_flags==0 in sqlite3CompleteInsertion()
2569 || update_flags==OPFLAG_ISUPDATE in sqlite3CompleteInsertion()
2570 || update_flags==(OPFLAG_ISUPDATE|OPFLAG_SAVEPOSITION) in sqlite3CompleteInsertion()
2589 pik_flags |= (update_flags & OPFLAG_SAVEPOSITION); in sqlite3CompleteInsertion()
2590 if( update_flags==0 ){ in sqlite3CompleteInsertion()
2604 pik_flags |= (update_flags?update_flags:OPFLAG_LASTROWID); in sqlite3CompleteInsertion()