Searched refs:iRowidExpr (Results 1 – 1 of 1) sorted by relevance
316 int iRowidExpr = -1; /* Index of "rowid=" (or IPK) assignment in pChanges */ in sqlite3Update() local480 iRowidExpr = i; in sqlite3Update()503 iRowidExpr = i; in sqlite3Update()881 assert( iRowidExpr>=0 ); in sqlite3Update()885 sqlite3VdbeAddOp3(v, OP_Column, iEph, iRowidExpr, regNewRowid); in sqlite3Update()