Lines Matching refs:types
243 # $decltypes is a list of column declaration types for $STMT.
302 # Column declaration types in UTF-16
342 # $decltypes is a list of column declaration types for $STMT.
409 # Origin declaration types in UTF-16
433 # for test names within this proc. $types is a list of the
434 # manifest types for the current row. $ints, $doubles and $strings
444 proc check_data {STMT test types ints doubles strings} {
453 # types
455 set types [list]
462 set types ERROR
465 lappend types $x
468 set types
469 } $types
562 set types [list]
563 foreach i $idxlist {lappend types [sqlite3_column_type $STMT $i]}
564 set types
565 } $types