Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c22115 int *aiTypes = (int *)&azVals[nCol]; /* Result types */ in exec_prepared_stmt() local
22126 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()