Searched refs:iQuery (Results 1 – 2 of 2) sorted by relevance
89 set iQuery [expr {int(rand()*5000)}]90 execsql " SELECT * FROM t1 WHERE a = $iQuery "126 set iQuery [expr {int(rand()*5000)}]127 execsql "SELECT * FROM t1 WHERE a = $iQuery"129 WHERE a < $iQuery AND a > $iQuery + 20165 set iQuery [expr {int(rand()*5000)}]166 execsql "SELECT * FROM t1 WHERE a = $iQuery"
8046 int iQuery; in sqlite3VdbeExec() local8071 iQuery = (int)pQuery->u.i; in sqlite3VdbeExec()8078 rc = pModule->xFilter(pVCur, iQuery, pOp->p4.z, nArg, apArg); in sqlite3VdbeExec()