Lines Matching refs:content
27 CREATE VIRTUAL TABLE t3 USING fts2(content);
28 INSERT INTO t3 (rowid, content) VALUES(1, "hello world");
32 CREATE VIRTUAL TABLE t1 USING fts2(content);
33 INSERT INTO t1 (rowid, content) VALUES(1, "hello world");
34 INSERT INTO t1 (rowid, content) VALUES(2, "hello there");
35 INSERT INTO t1 (rowid, content) VALUES(3, "cruel world");
58 CREATE VIRTUAL TABLE two.t2 USING fts2(content);
59 INSERT INTO t2 (rowid, content) VALUES(1, "hello world");
60 INSERT INTO t2 (rowid, content) VALUES(2, "hello there");
61 INSERT INTO t2 (rowid, content) VALUES(3, "cruel world");
76 CREATE VIRTUAL TABLE two.t3 USING fts2(content);
77 INSERT INTO two.t3 (rowid, content) VALUES(2, "hello there");
78 INSERT INTO two.t3 (rowid, content) VALUES(3, "cruel world");