HomeSort by: relevance | last modified time | path
    Searched refs:sqlite3_data_count (Results 1 - 4 of 4) sorted by relevancy

  /src/external/public-domain/sqlite/man/
Makefile 99 sqlite3_data_count.3 \
  /src/external/public-domain/sqlite/dist/
sqlite3ext.h 454 #define sqlite3_data_count sqlite3_api->data_count macro
sqlite3.h 5112 ** See also: [sqlite3_data_count()]
5316 ** ^The sqlite3_data_count(P) interface returns the number of columns in the
5320 ** interfaces) then sqlite3_data_count(P) returns 0.
5321 ** ^The sqlite3_data_count(P) routine also returns 0 if P is a NULL pointer.
5322 ** ^The sqlite3_data_count(P) routine returns 0 if the previous call to
5323 ** [sqlite3_step](P) returned [SQLITE_DONE]. ^The sqlite3_data_count(P)
5331 SQLITE_API int sqlite3_data_count(sqlite3_stmt *pStmt);
sqlite3.c 5433 ** See also: [sqlite3_data_count()]
5637 ** ^The sqlite3_data_count(P) interface returns the number of columns in the
5641 ** interfaces) then sqlite3_data_count(P) returns 0.
5642 ** ^The sqlite3_data_count(P) routine also returns 0 if P is a NULL pointer.
5643 ** ^The sqlite3_data_count(P) routine returns 0 if the previous call to
5644 ** [sqlite3_step](P) returned [SQLITE_DONE]. ^The sqlite3_data_count(P)
5652 SQLITE_API int sqlite3_data_count(sqlite3_stmt *pStmt);
94804 SQLITE_API int sqlite3_data_count(sqlite3_stmt *pStmt){ function
142674 #define sqlite3_data_count macro
    [all...]

Completed in 93 milliseconds