Home
last modified time | relevance | path

Searched refs:aiTypes (Results 1 - 1 of 1) sorted by relevance

/third_party/sqlite/src/
H A Dshell.c18085 int *aiTypes = (int *)&azVals[nCol]; /* Result types */ in exec_prepared_stmt() local
18096 aiTypes[i] = x = sqlite3_column_type(pStmt, i); in exec_prepared_stmt()
18105 if( !azVals[i] && (aiTypes[i]!=SQLITE_NULL) ){ in exec_prepared_stmt()
18114 if( shell_callback(pArg, nCol, azVals, azCols, aiTypes) ){ in exec_prepared_stmt()

Completed in 33 milliseconds