Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c140815 u8 isUpdate; /* True if this is an UPDATE operation */ local
140830 isUpdate = regOldData!=0;
141178 if( isUpdate ){
141354 if( isUpdate && pPk==pIdx && pkChng==0 ){
141413 if( isUpdate || onError==OE_Replace ){
141418 if( isUpdate ){
141436 if( isUpdate ){
141504 if( pTrigger && isUpdate ){
141510 if( pTrigger && isUpdate ){
141591 if( isUpdate ){