Searched refs:sqlite3_data_count (Results 1 – 5 of 5) sorted by relevance
58 stmt->column_count = sqlite3_data_count(S->stmt); in pdo_sqlite_stmt_execute()255 if(colno >= sqlite3_data_count(S->stmt)) { in pdo_sqlite_stmt_get_col()287 if(colno >= sqlite3_data_count(S->stmt)) { in pdo_sqlite_stmt_col_meta()
335 #define sqlite3_data_count sqlite3_api->data_count macro
3857 SQLITE_API int SQLITE_STDCALL sqlite3_data_count(sqlite3_stmt *pStmt);
4064 SQLITE_API int SQLITE_STDCALL sqlite3_data_count(sqlite3_stmt *pStmt);69790 SQLITE_API int SQLITE_STDCALL sqlite3_data_count(sqlite3_stmt *pStmt){102190 #define sqlite3_data_count sqlite3_api->data_count102537 sqlite3_data_count,136314 }else if( sqlite3_data_count(pCsr->pStmt)>(iCol+1) ){138452 assert( sqlite3_data_count(pCsr->pStmt)==0 );138609 assert( sqlite3_data_count(pCsr->pStmt)==0 );149547 assert( sqlite3_data_count(pStmt)==1 );
658 for (i = 0; i < sqlite3_data_count(stmt); i++) {1751 for (i = 0; i < sqlite3_data_count(result_obj->stmt_obj->stmt); i++) {
Completed in 419 milliseconds