Searched defs:isUpdate (Results 1 - 1 of 1) sorted by relevance
| /osnet-11/usr/src/lib/libsqlite/src/ |
| H A D | insert.c | 562 ** The old recno shown as entry (1) above is omitted unless both isUpdate 563 ** and recnoChng are 1. isUpdate is true for UPDATEs and false for 617 ** If the isUpdate flag is true, it means that the "base" cursor is 618 ** initially pointing to an entry that is being updated. The isUpdate 621 ** Without the isUpdate flag, the "base" cursor might be moved. 629 int isUpdate, /* True for UPDATE, False for INSERT */ 644 int hasTwoRecnos = (isUpdate && recnoChng); 715 if( isUpdate ){ 736 if( isUpdate ){ 752 if( isUpdate ){ 623 sqliteGenerateConstraintChecks( Parse *pParse, Table *pTab, int base, char *aIdxUsed, int recnoChng, int isUpdate, int overrideError, int ignoreDest ) argument 866 sqliteCompleteInsertion( Parse *pParse, Table *pTab, int base, char *aIdxUsed, int recnoChng, int isUpdate, int newIdx ) argument [all...] |
Completed in 278 milliseconds