Index: www/capi3.tcl ================================================================== --- www/capi3.tcl +++ www/capi3.tcl @@ -1,6 +1,6 @@ -set rcsid {$Id: capi3.tcl,v 1.7 2005/01/03 01:33:00 drh Exp $} +set rcsid {$Id: capi3.tcl,v 1.8 2005/02/16 23:43:34 danielk1977 Exp $} source common.tcl header {C/C++ Interface For SQLite Version 3} puts {
Returned data is examined using the other sqlite3_column_XXX() functions, +all of which take a column number as their second parameter. Columns are +zero-indexed from left to right. Note that this is different to parameters, +which are indexed starting at one. +
The sqlite3_column_type() function returns the datatype for the value in the Nth column. The return value is one of these: