Lines Matching refs:dbx
24 set ::dbx [sqlite_open test.db]
25 catch {sqlite_exec_printf $::dbx {DROP TABLE xyz} {}}
26 sqlite_exec_printf $::dbx {CREATE TABLE %s(a int, b text)} xyz
29 sqlite_exec_printf $::dbx {
34 sqlite_exec_printf $::dbx {SELECT * FROM xyz} {}
38 sqlite_get_table_printf $::dbx {
44 sqlite_get_table_printf $::dbx {
50 sqlite_get_table_printf $::dbx \
53 sqlite_get_table_printf $::dbx {
58 sqlite_get_table_printf $::dbx {
63 sqlite_get_table_printf $::dbx {
76 sqlite_get_table_printf $::dbx {
81 sqlite_get_table_printf $::dbx {
86 sqlite_get_table_printf $::dbx {
89 sqlite_get_table_printf $::dbx {
94 sqlite_get_table_printf $::dbx {
102 sqlite_get_table_printf $::dbx {
109 sqlite_get_table_printf $::dbx {
115 sqlite_get_table_printf $::dbx \
118 sqlite_get_table_printf $::dbx {
123 sqlite_get_table_printf $::dbx {
128 sqlite_get_table_printf $::dbx {
133 sqlite_get_table_printf $::dbx {
138 sqlite_get_table_printf $::dbx {
143 sqlite_get_table_printf $::dbx {
146 sqlite_get_table_printf $::dbx {
151 sqlite_get_table_printf $::dbx {
158 sqlite_get_table_printf $::dbx {
177 sqlite_get_table_printf $::dbx $sql {}
185 sqlite_get_table_printf $::dbx $sql {}
186 sqlite_get_table_printf $::dbx {SELECT * FROM t2} {}
196 sqlite_get_table_printf $::dbx $sql {}
197 sqlite_get_table_printf $::dbx {SELECT * FROM t2} {}
201 sqlite_close $::dbx