Lines Matching refs:text
24 two text
32 two text
91 execsql {CREATE TABLE TEST2(one text)}
92 catchsql {CREATE TABLE test2(two text default 'hi')}
98 set v [catch {execsql {CREATE TABLE sqlite_master(two text)}} msg]
104 set v [catch {execsql {CREATE TABLE sqlite_master(two text)}} msg]
120 execsql {CREATE TABLE test2(one text)}
122 catchsql {CREATE TABLE test3(two text)}
127 set v [catch {execsql {CREATE TABLE test3(two text)}} msg]
135 set v [catch {execsql {CREATE TABLE test3(two text)}} msg]
153 f4 text,
154 f5 text,
155 f6 text,
156 f7 text,
157 f8 text,
158 f9 text,
159 f10 text,
160 f11 text,
161 f12 text,
162 f13 text,
163 f14 text,
164 f15 text,
165 f16 text,
166 f17 text,
167 f18 text,
168 f19 text,
169 f20 text
208 append sql "field$k text,"
210 append sql "last_field text)"
327 desc text,
328 asc text,
631 tm text DEFAULT CURRENT_TIME,
632 dt text DEFAULT CURRENT_DATE,
633 dttm text DEFAULT CURRENT_TIMESTAMP