Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c19238 int *aiType /* Column types. Might be NULL */ in shell_callback() argument
19477 if( (azArg[i]==0) || (aiType && aiType[i]==SQLITE_NULL) ){ in shell_callback()
19479 }else if( aiType && aiType[i]==SQLITE_TEXT ){ in shell_callback()
19485 }else if( aiType && aiType[i]==SQLITE_INTEGER ){ in shell_callback()
19487 }else if( aiType && aiType[i]==SQLITE_FLOAT ){ in shell_callback()
19505 }else if( aiType && aiType[i]==SQLITE_BLOB && p->pStmt ){ in shell_callback()
19531 if( (azArg[i]==0) || (aiType && aiType[i]==SQLITE_NULL) ){ in shell_callback()
19533 }else if( aiType && aiType[i]==SQLITE_FLOAT ){ in shell_callback()
19546 }else if( aiType && aiType[i]==SQLITE_BLOB && p->pStmt ){ in shell_callback()
19550 }else if( aiType && aiType[i]==SQLITE_TEXT ){ in shell_callback()
[all …]