Lines Matching refs:cmd
158 # cmd An INSERT or REPLACE command to execute against table t1
159 # t0 True if there is an error from $cmd
160 # t1 Content of "c" column of t1 assuming no error in $cmd
163 foreach {i conf cmd t0 t1 t2} {
185 $cmd INTO t1 VALUES(1,2,4);
214 # cmd An UPDATE command to execute against table t1
215 # t0 True if there is an error from $cmd
216 # t1 Content of "b" column of t1 assuming no error in $cmd
219 foreach {i conf1 conf2 cmd t0 t1 t2} {
253 $cmd t3 SET x=1;
254 $cmd t1 SET b=b*2;
255 $cmd t1 SET a=c+5;