Searched refs:SQLITE_TEXT (Results 1 – 7 of 7) sorted by relevance
68 case SQLITE_TEXT: return sqlite::type_text; in c_type_to_cxx()
273 if (sqlite3_column_type(stmt, 0) != SQLITE_TEXT) in get_def_name()841 if (sqlite3_column_type(s->scache, 0) != SQLITE_TEXT) { in scc_get_principal()1266 if (sqlite3_column_type(ctx->stmt, 0) != SQLITE_TEXT) in scc_get_cache_next()
4861 #ifdef SQLITE_TEXT4862 # undef SQLITE_TEXT4864 # define SQLITE_TEXT 3 macro
2095 case SQLITE_TEXT: { in sha3QueryFunc()10762 case SQLITE_TEXT: in idxRemFunc()10782 case SQLITE_TEXT: { in idxRemFunc()13367 }else if( aiType && aiType[i]==SQLITE_TEXT ){ in shell_callback()13433 }else if( aiType && aiType[i]==SQLITE_TEXT ){ in shell_callback()13459 }else if( aiType && aiType[i]==SQLITE_TEXT ){ in shell_callback()16343 case SQLITE_TEXT: { in tryToCloneData()
5167 #ifdef SQLITE_TEXT5168 # undef SQLITE_TEXT5170 # define SQLITE_TEXT 3 macro21650 SQLITE_TEXT84750 eType = SQLITE_TEXT;85982 case SQLITE_TEXT: {120297 case SQLITE_TEXT: {121256 case SQLITE_TEXT: {191608 case SQLITE_TEXT: {205106 case SQLITE_TEXT: {[all …]
141 case SQLITE_TEXT: in dbd_sqlite3_select_internal()
1052 eType = SQLITE_TEXT; in tclSqlFunc()2896 assert( SQLITE_INTEGER==1 && SQLITE_FLOAT==2 && SQLITE_TEXT==3 ); in DbObjCmd()