Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c20501 int *aiType /* Column types. Might be NULL */ in shell_callback() argument
20740 if( (azArg[i]==0) || (aiType && aiType[i]==SQLITE_NULL) ){ in shell_callback()
20742 }else if( aiType && aiType[i]==SQLITE_TEXT ){ in shell_callback()
20748 }else if( aiType && aiType[i]==SQLITE_INTEGER ){ in shell_callback()
20750 }else if( aiType && aiType[i]==SQLITE_FLOAT ){ in shell_callback()
20768 }else if( aiType && aiType[i]==SQLITE_BLOB && p->pStmt ){ in shell_callback()
20794 if( (azArg[i]==0) || (aiType && aiType[i]==SQLITE_NULL) ){ in shell_callback()
20796 }else if( aiType && aiType[i]==SQLITE_FLOAT ){ in shell_callback()
20809 }else if( aiType && aiType[i]==SQLITE_BLOB && p->pStmt ){ in shell_callback()
20813 }else if( aiType && aiType[i]==SQLITE_TEXT ){ in shell_callback()
[all …]