Small. Fast. Reliable.
Choose any three.

SQLite C Interface

Number of columns in a result set

int sqlite3_data_count(sqlite3_stmt *pStmt);

Returns the number of values in the current row of the result set.

Requirements: H13771 H13772

See also lists of Objects, Constants, and Functions.


This page last modified 2009/07/31 12:35:28 UTC