Searched refs:aiTypes (Results 1 – 1 of 1) sorted by relevance
24637 int *aiTypes = (int *)&azVals[nCol]; /* Result types */ in exec_prepared_stmt() local24648 aiTypes[i] = x = sqlite3_column_type(pStmt, i); in exec_prepared_stmt()24657 if( !azVals[i] && (aiTypes[i]!=SQLITE_NULL) ){ in exec_prepared_stmt()24666 if( shell_callback(pArg, nCol, azVals, azCols, aiTypes) ){ in exec_prepared_stmt()