Home | History | Annotate | Download | only in orig

Lines Matching defs:xBestIndex

5312   int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
5345 ** pass information into and receive the reply from the [xBestIndex]
5347 ** inputs to xBestIndex and are read-only. xBestIndex inserts its
5371 ** The [xBestIndex] method must fill aConstraintUsage[] with information
5411 int iTermOffset; /* Used internally - xBestIndex should ignore */