Lines Matching refs:types
224 # $decltypes is a list of column declaration types for $STMT.
283 # Column declaration types in UTF-16
323 # $decltypes is a list of column declaration types for $STMT.
391 # Origin declaration types in UTF-16
415 # for test names within this proc. $types is a list of the
416 # manifest types for the current row. $ints, $doubles and $strings
426 proc check_data {STMT test types ints doubles strings} {
435 # types
437 set types [list]
438 foreach i $idxlist {lappend types [sqlite3_column_type $STMT $i]}
439 set types
440 } $types
532 set types [list]
533 foreach i $idxlist {lappend types [sqlite3_column_type $STMT $i]}
534 set types
535 } $types