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