Home | History | Annotate | Download | only in fts1

Lines Matching defs:pConstraint

947     const struct sqlite3_index_constraint *pConstraint;
948 pConstraint = &pInfo->aConstraint[i];
949 if( pConstraint->iColumn==0 &&
950 pConstraint->op==SQLITE_INDEX_CONSTRAINT_MATCH &&
951 pConstraint->usable ){ /* a full-text search */