Home
last modified time | relevance | path

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

/external/sqlite/dist/orig/
Dshell.c819 int *aiType /* Column types */ in shell_callback() argument
1003 if( (azArg[i]==0) || (aiType && aiType[i]==SQLITE_NULL) ){ in shell_callback()
1005 }else if( aiType && aiType[i]==SQLITE_TEXT ){ in shell_callback()
1008 }else if( aiType && (aiType[i]==SQLITE_INTEGER in shell_callback()
1009 || aiType[i]==SQLITE_FLOAT) ){ in shell_callback()
1011 }else if( aiType && aiType[i]==SQLITE_BLOB && p->pStmt ){ in shell_callback()
/external/sqlite/dist/
Dshell.c825 int *aiType /* Column types */ in shell_callback() argument
1009 if( (azArg[i]==0) || (aiType && aiType[i]==SQLITE_NULL) ){ in shell_callback()
1011 }else if( aiType && aiType[i]==SQLITE_TEXT ){ in shell_callback()
1014 }else if( aiType && (aiType[i]==SQLITE_INTEGER in shell_callback()
1015 || aiType[i]==SQLITE_FLOAT) ){ in shell_callback()
1017 }else if( aiType && aiType[i]==SQLITE_BLOB && p->pStmt ){ in shell_callback()