Searched refs:eType0 (Results 1 – 1 of 1) sorted by relevance
1624 int eType0; /* value_type() of apVal[0] */ in fts5UpdateMethod() local1641 eType0 = sqlite3_value_type(apVal[0]); in fts5UpdateMethod()1642 if( eType0==SQLITE_NULL in fts5UpdateMethod()1671 assert( eType0==SQLITE_INTEGER || eType0==SQLITE_NULL ); in fts5UpdateMethod()1672 assert( nArg!=1 || eType0==SQLITE_INTEGER ); in fts5UpdateMethod()1676 if( eType0==SQLITE_INTEGER && fts5IsContentless(pTab) ){ in fts5UpdateMethod()1698 else if( eType0!=SQLITE_INTEGER ){ in fts5UpdateMethod()