Searched refs:aiType (Results 1 – 1 of 1) sorted by relevance
1511 static int shell_callback(void *pArg, int nArg, char **azArg, char **azCol, int *aiType){ in shell_callback() argument1666 if( (azArg[i]==0) || (aiType && aiType[i]==SQLITE_NULL) ){ in shell_callback()1668 }else if( aiType && aiType[i]==SQLITE_TEXT ){ in shell_callback()1671 }else if( aiType && (aiType[i]==SQLITE_INTEGER || aiType[i]==SQLITE_FLOAT) ){ in shell_callback()1673 }else if( aiType && aiType[i]==SQLITE_BLOB && p->pStmt ){ in shell_callback()