Home
last modified time | relevance | path

Searched refs:sqlite3_data_count (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/sqlite3/
H A Dsqlite3ext.h444 #define sqlite3_data_count sqlite3_api->data_count macro
H A Dsqlite3.h4806 ** See also: [sqlite3_data_count()]
5010 ** ^The sqlite3_data_count(P) interface returns the number of columns in the
5014 ** 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 to
5017 ** [sqlite3_step](P) returned [SQLITE_DONE]. ^The sqlite3_data_count(P)
5025 SQLITE_API int sqlite3_data_count(sqlite3_stmt *pStmt);
H A Dsqlite3.c5119 ** See also: [sqlite3_data_count()]
5323 ** ^The sqlite3_data_count(P) interface returns the number of columns in the
5327 ** 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 to
5330 ** [sqlite3_step](P) returned [SQLITE_DONE]. ^The sqlite3_data_count(P)
5338 SQLITE_API int sqlite3_data_count(sqlite3_stmt *pStmt);
[all...]