Home | History | Annotate | Download | only in fts1

Lines Matching refs:QUERY_GENERIC

1022   QUERY_GENERIC,   /* table scan */
2117 pInfo->idxNum = QUERY_GENERIC;
2861 ** If idxNum==QUERY_GENERIC then do a full table scan against
2890 idxNum==QUERY_GENERIC ? "" : "where rowid=?");
2898 case QUERY_GENERIC: