Lines Matching refs:dbx
22 set ::dbx [sqlite_open test.db]
23 catch {sqlite_exec_printf $::dbx {DROP TABLE xyz} {}}
24 sqlite_exec_printf $::dbx {CREATE TABLE %s(a int, b text)} xyz
27 sqlite_exec_printf $::dbx {
32 sqlite_exec_printf $::dbx {SELECT * FROM xyz} {}
36 sqlite_get_table_printf $::dbx {
42 sqlite_get_table_printf $::dbx {
48 sqlite_get_table_printf $::dbx \
51 sqlite_get_table_printf $::dbx {
56 sqlite_get_table_printf $::dbx {
61 sqlite_get_table_printf $::dbx {
74 sqlite_get_table_printf $::dbx {
79 sqlite_get_table_printf $::dbx {
84 sqlite_get_table_printf $::dbx {
87 sqlite_get_table_printf $::dbx {
92 sqlite_get_table_printf $::dbx {
100 sqlite_get_table_printf $::dbx {
107 sqlite_get_table_printf $::dbx {
113 sqlite_get_table_printf $::dbx \
116 sqlite_get_table_printf $::dbx {
121 sqlite_get_table_printf $::dbx {
126 sqlite_get_table_printf $::dbx {
131 sqlite_get_table_printf $::dbx {
136 sqlite_get_table_printf $::dbx {
141 sqlite_get_table_printf $::dbx {
144 sqlite_get_table_printf $::dbx {
149 sqlite_get_table_printf $::dbx {
156 sqlite_get_table_printf $::dbx {
175 sqlite_get_table_printf $::dbx $sql {}
183 sqlite_get_table_printf $::dbx $sql {}
184 sqlite_get_table_printf $::dbx {SELECT * FROM t2} {}
194 sqlite_get_table_printf $::dbx $sql {}
195 sqlite_get_table_printf $::dbx {SELECT * FROM t2} {}
199 sqlite_close $::dbx