int sqlite3_column_count(sqlite3_stmt *pStmt);
R-49744-28344:[Return the number of columns in the result set returned by the prepared statement. ] R-15591-29646:[This routine returns 0 if pStmt is an SQL statement that does not return data (for example an UPDATE). ]
See also: sqlite3_data_count()