Lines Matching refs:TABLE
25 execsql {CREATE TABLE test1(f1 int, f2 int, f3 int)}
48 execsql {DROP TABLE test1}
63 execsql {CREATE TABLE test1(f1 int, f2 int, f3 int)}
72 execsql {DROP TABLE test1}
83 execsql {CREATE TABLE test1(f1 int, f2 int, f3 int, f4 int, f5 int)}
97 execsql {DROP TABLE test1}
111 execsql {CREATE TABLE test1(cnt int, power int)}
157 execsql {DROP TABLE test1}
175 execsql {CREATE TABLE test1(f1 int, f2 int)}
176 execsql {CREATE TABLE test2(g1 real, g2 real)}
192 execsql {DROP TABLE test1}
193 execsql {DROP TABLE test2}
198 CREATE TABLE test1(a,b);
202 DROP TABLE test1;
212 execsql {CREATE TABLE test1(f1 int, f2 int primary key)}
244 execsql {CREATE TABLE tab1(a int)}
258 CREATE TABLE t1(a int, b int);
329 CREATE TABLE t3(
352 CREATE TABLE t4(a,b);
400 CREATE TABLE t5(
435 CREATE TABLE t6(a,b,c);