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

/netbsd-current/external/public-domain/sqlite/man/
H A DMakefile94 sqlite3_data_count.3 \
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h444 #define sqlite3_data_count sqlite3_api->data_count macro
H A Dsqlite3.h4787 ** See also: [sqlite3_data_count()]
4991 ** ^The sqlite3_data_count(P) interface returns the number of columns in the
4995 ** interfaces) then sqlite3_data_count(P) returns 0.
4996 ** ^The sqlite3_data_count(P) routine also returns 0 if P is a NULL pointer.
4997 ** ^The sqlite3_data_count(P) routine returns 0 if the previous call to
4998 ** [sqlite3_step](P) returned [SQLITE_DONE]. ^The sqlite3_data_count(P)
5006 SQLITE_API int sqlite3_data_count(sqlite3_stmt *pStmt);
H A Dsqlite3.c5100 ** See also: [sqlite3_data_count()]
5304 ** ^The sqlite3_data_count(P) interface returns the number of columns in the
5308 ** interfaces) then sqlite3_data_count(P) returns 0.
5309 ** ^The sqlite3_data_count(P) routine also returns 0 if P is a NULL pointer.
5310 ** ^The sqlite3_data_count(P) routine returns 0 if the previous call to
5311 ** [sqlite3_step](P) returned [SQLITE_DONE]. ^The sqlite3_data_count(P)
5319 SQLITE_API int sqlite3_data_count(sqlite3_stmt *pStmt);
91131 SQLITE_API int sqlite3_data_count(sqlite3_stmt *pStmt){ function
135916 #define sqlite3_data_count macro
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d891 int sqlite3_data_count(sqlite3_stmt *pStmt);

Completed in 789 milliseconds