Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dupdate.c316 int iRowidExpr = -1; /* Index of "rowid=" (or IPK) assignment in pChanges */ in sqlite3Update() local
480 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()