Home | History | Annotate | Download | only in amalgamation

Lines Matching defs:xBestIndex

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