Home
last modified time | relevance | path

Searched refs:tcl_variable_type (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/test/
H A Dtypes3.test25 concat [tcl_variable_type V] [execsql {SELECT typeof(:V)}]
31 concat [tcl_variable_type V] [execsql {SELECT typeof(:V)}]
34 if {[tcl_variable_type V]=="wideInt"} {
70 tcl_variable_type V
75 tcl_variable_type V
80 tcl_variable_type V
81 } [tcl_variable_type Vx]
84 tcl_variable_type V
88 tcl_variable_type V
92 tcl_variable_type V
[all …]
/sqlite-3.40.0/src/
H A Dtest1.c5609 static int SQLITE_TCLAPI tcl_variable_type( in tcl_variable_type() function
8751 { "tcl_variable_type", tcl_variable_type, 0 }, in Sqlitetest1_Init()