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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h304 #define sqlite3_data_count sqlite3_api->data_count macro
H A Dsqlite3.h3236 ** See also: [sqlite3_data_count()]
3435 ** ^The sqlite3_data_count(P) interface returns the number of columns in the
3439 ** interfaces) then sqlite3_data_count(P) returns 0.
3440 ** ^The sqlite3_data_count(P) routine also returns 0 if P is a NULL pointer.
3441 ** ^The sqlite3_data_count(P) routine returns 0 if the previous call to
3442 ** [sqlite3_step](P) returned [SQLITE_DONE]. ^The sqlite3_data_count(P)
3450 SQLITE_API int sqlite3_data_count(sqlite3_stmt *pStmt);
H A Dsqlite3.c3786 ** See also: [sqlite3_data_count()]
3985 ** ^The sqlite3_data_count(P) interface returns the number of columns in the
3989 ** interfaces) then sqlite3_data_count(P) returns 0.
3990 ** ^The sqlite3_data_count(P) routine also returns 0 if P is a NULL pointer.
3991 ** ^The sqlite3_data_count(P) routine returns 0 if the previous call to
3992 ** [sqlite3_step](P) returned [SQLITE_DONE]. ^The sqlite3_data_count(P)
4000 SQLITE_API int sqlite3_data_count(sqlite3_stmt *pStmt);
63319 SQLITE_API int sqlite3_data_count(sqlite3_stmt *pStmt){ function
91151 #define sqlite3_data_count macro
[all...]

Completed in 435 milliseconds