Searched defs:recnoChng (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dinsert.c563 ** and recnoChng are 1. isUpdate is true for UPDATEs and false for
564 ** INSERTs and recnoChng is true if the record number is being changed.
628 int recnoChng, /* True if the record number will change */
644 int hasTwoRecnos = (isUpdate && recnoChng);
705 if( recnoChng ){
871 int recnoChng, /* True if the record number will change */
897 if( isUpdate && recnoChng ){
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

Completed in 54 milliseconds