Lines Matching refs:TABLE
23 execsql {CREATE TABLE test1(f1 int, f2 int, f3 int)}
46 execsql {DROP TABLE test1}
61 execsql {CREATE TABLE test1(f1 int, f2 int, f3 int)}
70 execsql {DROP TABLE test1}
81 execsql {CREATE TABLE test1(f1 int, f2 int, f3 int, f4 int, f5 int)}
95 execsql {DROP TABLE test1}
109 execsql {CREATE TABLE test1(cnt int, power int)}
155 execsql {DROP TABLE test1}
173 execsql {CREATE TABLE test1(f1 int, f2 int)}
174 execsql {CREATE TABLE test2(g1 real, g2 real)}
190 execsql {DROP TABLE test1}
191 execsql {DROP TABLE test2}
196 CREATE TABLE test1(a,b);
200 DROP TABLE test1;
210 execsql {CREATE TABLE test1(f1 int, f2 int primary key)}
242 execsql {CREATE TABLE tab1(a int)}
256 CREATE TABLE t1(a int, b int);
327 CREATE TABLE t3(
350 CREATE TABLE t4(a,b);
398 CREATE TABLE t5(
433 CREATE TABLE t6(a,b,c);