Searched refs:sqlite3_expert_report (Results 1 – 5 of 5) sorted by relevance
| /sqlite-3.40.0/ext/expert/ |
| H A D | expert.c | 134 const char *zCand = sqlite3_expert_report(p,0,EXPERT_REPORT_CANDIDATES); in main() 139 const char *zSql = sqlite3_expert_report(p, i, EXPERT_REPORT_SQL); in main() 140 const char *zIdx = sqlite3_expert_report(p, i, EXPERT_REPORT_INDEXES); in main() 141 const char *zEQP = sqlite3_expert_report(p, i, EXPERT_REPORT_PLAN); in main()
|
| H A D | sqlite3expert.h | 151 const char *sqlite3_expert_report(sqlite3expert*, int iStmt, int eReport);
|
| H A D | test_expert.c | 127 zReport = sqlite3_expert_report(pExpert, iStmt, 1+iEnum); in testExpertCmd()
|
| H A D | sqlite3expert.c | 2008 const char *sqlite3_expert_report(sqlite3expert *p, int iStmt, int eReport){ in sqlite3_expert_report() function
|
| /sqlite-3.40.0/src/ |
| H A D | shell.c.in | 3780 const char *zCand = sqlite3_expert_report(p,0,EXPERT_REPORT_CANDIDATES); 3785 const char *zSql = sqlite3_expert_report(p, i, EXPERT_REPORT_SQL); 3786 const char *zIdx = sqlite3_expert_report(p, i, EXPERT_REPORT_INDEXES); 3787 const char *zEQP = sqlite3_expert_report(p, i, EXPERT_REPORT_PLAN);
|