Home | History | Annotate | Download | only in orig

Lines Matching full:sqlite3_data_count

4084 ** See also: [sqlite3_data_count()]
4292 ** ^The sqlite3_data_count(P) interface returns the number of columns in the
4296 ** interfaces) then sqlite3_data_count(P) returns 0.
4297 ** ^The sqlite3_data_count(P) routine also returns 0 if P is a NULL pointer.
4298 ** ^The sqlite3_data_count(P) routine returns 0 if the previous call to
4299 ** [sqlite3_step](P) returned [SQLITE_DONE]. ^The sqlite3_data_count(P)
4307 SQLITE_API int sqlite3_data_count(sqlite3_stmt *pStmt);