Searched refs:sqlite3_data_count (Results 1 – 3 of 3) sorted by relevance
444 #define sqlite3_data_count sqlite3_api->data_count macro
4806 ** See also: [sqlite3_data_count()]5010 ** ^The sqlite3_data_count(P) interface returns the number of columns in the5014 ** interfaces) then sqlite3_data_count(P) returns 0.5015 ** ^The sqlite3_data_count(P) routine also returns 0 if P is a NULL pointer.5016 ** ^The sqlite3_data_count(P) routine returns 0 if the previous call to5017 ** [sqlite3_step](P) returned [SQLITE_DONE]. ^The sqlite3_data_count(P)5025 SQLITE_API int sqlite3_data_count(sqlite3_stmt *pStmt);
5119 ** See also: [sqlite3_data_count()]5323 ** ^The sqlite3_data_count(P) interface returns the number of columns in the5327 ** interfaces) then sqlite3_data_count(P) returns 0.5328 ** ^The sqlite3_data_count(P) routine also returns 0 if P is a NULL pointer.5329 ** ^The sqlite3_data_count(P) routine returns 0 if the previous call to5330 ** [sqlite3_step](P) returned [SQLITE_DONE]. ^The sqlite3_data_count(P)5338 SQLITE_API int sqlite3_data_count(sqlite3_stmt *pStmt);[all...]