Lines Matching refs:content
23 CREATE VIRTUAL TABLE t1 USING fts2(content);
24 INSERT INTO t1 (rowid, content) VALUES(1, "hello world");
25 INSERT INTO t1 (rowid, content) VALUES(2, "hello there");
26 INSERT INTO t1 (rowid, content) VALUES(3, "cruel world");
33 INSERT INTO t1 (rowid, content) VALUES(4, "false world");
34 INSERT INTO t1 (rowid, content) VALUES(5, "false door");
45 INSERT INTO t1 (rowid, content) VALUES(6, "another world");
46 INSERT INTO t1 (rowid, content) VALUES(7, "another test");
57 INSERT INTO t1 (rowid, content) VALUES(8, "second world");
58 INSERT INTO t1 (rowid, content) VALUES(9, "second sight");
76 INSERT INTO t1 (rowid, content) VALUES(10, "second world");
77 INSERT INTO t1 (rowid, content) VALUES(11, "second sight");
87 INSERT INTO t1 (rowid, content) VALUES(12, "third world");
98 INSERT INTO t1 (rowid, content) VALUES(13, "third dimension");