Lines Matching full:irow
4933 ** in row iRow, column zColumn, table zTable in database zDb;
4937 ** SELECT zColumn FROM zDb.zTable WHERE [rowid] = iRow;
4990 iRow,
38239 ** rowid iRow is being replaced or deleted. In this case invalidate
38244 i64 iRow, /* The rowid that might be changing */
38251 if( p->isIncrblobHandle && (isClearTable || p->info.nKey==iRow) ){
58340 sqlite_int64 iRow, /* The row containing the glob */
58522 sqlite3_bind_int64((sqlite3_stmt *)v, 1, iRow);
58567 zErr = sqlite3MPrintf(db, "no such rowid: %lld", iRow);