Home
last modified time | relevance | path

Searched refs:sqlite3_expert_report (Results 1 – 5 of 5) sorted by relevance

/sqlite-3.40.0/ext/expert/
H A Dexpert.c134 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 Dsqlite3expert.h151 const char *sqlite3_expert_report(sqlite3expert*, int iStmt, int eReport);
H A Dtest_expert.c127 zReport = sqlite3_expert_report(pExpert, iStmt, 1+iEnum); in testExpertCmd()
H A Dsqlite3expert.c2008 const char *sqlite3_expert_report(sqlite3expert *p, int iStmt, int eReport){ in sqlite3_expert_report() function
/sqlite-3.40.0/src/
H A Dshell.c.in3780 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);