Searched refs:SQLITE_TEXT (Results 1 – 7 of 7) sorted by relevance
3386 #ifdef SQLITE_TEXT3387 # undef SQLITE_TEXT3389 # define SQLITE_TEXT 3 macro
3939 #ifdef SQLITE_TEXT3940 # undef SQLITE_TEXT3942 # define SQLITE_TEXT 3 macro57899 pMem->type = (enc==0 ? SQLITE_BLOB : SQLITE_TEXT);59532 pMem->type = SQLITE_TEXT;59584 pMem->type = SQLITE_TEXT;59595 pMem->type = SQLITE_TEXT;59605 pMem->type = SQLITE_TEXT;62690 case SQLITE_TEXT: {63191 pMem->type = SQLITE_TEXT;[all …]
3897 #ifdef SQLITE_TEXT3898 # undef SQLITE_TEXT3900 # define SQLITE_TEXT 3 macro
1005 }else if( aiType && aiType[i]==SQLITE_TEXT ){ in shell_callback()2341 case SQLITE_TEXT: { in tryToCloneData()
4111 #ifdef SQLITE_TEXT4112 # undef SQLITE_TEXT4114 # define SQLITE_TEXT 3 macro70357 SQLITE_TEXT, /* 0x02 */70373 SQLITE_TEXT, /* 0x12 */71541 case SQLITE_TEXT: {72310 if( eType==SQLITE_TEXT ){91236 case SQLITE_TEXT:97636 case SQLITE_TEXT: z = "text"; break;97664 case SQLITE_TEXT: {[all …]
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()
141 case SQLITE_TEXT: in dbd_sqlite3_select_internal()