Searched refs:sqlite3_data_count (Results 1 – 19 of 19) sorted by relevance
31 for {set i 0} {[set i] < [sqlite3_data_count [set stmt]]} {incr i} {
30 for {set i 0} {$i < [sqlite3_data_count $stmt]} {incr i} {
36 for {set i 0} {$i<[sqlite3_data_count $stmt]} {incr i} {
23 for {set i 0} {$i < [sqlite3_data_count $STMT]} {incr i} {60 sqlite3_data_count $VM96 sqlite3_data_count $VM
424 # sqlite3_data_count450 set numcols [sqlite3_data_count $STMT]
406 # sqlite3_data_count432 set numcols [sqlite3_data_count $STMT]
1637 for {set i 0} {$i<[sqlite3_data_count $vm]} {incr i} {
186 sqlite3_data_count,
523 for(i=0; i<sqlite3_data_count(p->pStmt); i++){ in do_step()
489 for(i=0; i<sqlite3_data_count(p->pStmt); i++){ in do_step()
771 return (sqlite3_data_count(pCur->pStmt)==0); in fsEof()
437 #define sqlite3_data_count sqlite3_api->data_count macro
626 assert( sqlite3_data_count(pStmt)>iCol ); in echoColumn()
1114 int sqlite3_data_count(sqlite3_stmt *pStmt){ in sqlite3_data_count() function
4664 ** See also: [sqlite3_data_count()]4868 ** ^The sqlite3_data_count(P) interface returns the number of columns in the4872 ** interfaces) then sqlite3_data_count(P) returns 0.4873 ** ^The sqlite3_data_count(P) routine also returns 0 if P is a NULL pointer.4874 ** ^The sqlite3_data_count(P) routine returns 0 if the previous call to4875 ** [sqlite3_step](P) returned [SQLITE_DONE]. ^The sqlite3_data_count(P)4883 int sqlite3_data_count(sqlite3_stmt *pStmt);
5346 Tcl_SetObjResult(interp, Tcl_NewIntObj(sqlite3_data_count(pStmt))); in test_data_count()
3490 if( rc==SQLITE_OK && sqlite3_data_count(pCsr->pStmt)-1>iCol ){ in fts3ColumnMethod()5664 assert( sqlite3_data_count(pCsr->pStmt)==0 ); in fts3EvalNext()5820 assert( sqlite3_data_count(pCsr->pStmt)==0 ); in fts3EvalGatherStats()
1058 assert( sqlite3_data_count(pStmt)==1 ); in fts3MatchinfoSelectDoctotal()