Home | History | Annotate | Download | only in dist

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,
38234 ** rowid iRow is being replaced or deleted. In this case invalidate
38239 i64 iRow, /* The rowid that might be changing */
38246 if( p->isIncrblobHandle && (isClearTable || p->info.nKey==iRow) ){
58329 sqlite_int64 iRow, /* The row containing the glob */
58511 sqlite3_bind_int64((sqlite3_stmt *)v, 1, iRow);
58556 zErr = sqlite3MPrintf(db, "no such rowid: %lld", iRow);