Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c11959 char *zEQP; /* Plan */ member
12987 sqlite3_free(p->zEQP); in idxStatementFree()
13078 pStmt->zEQP = idxAppendText(&rc, pStmt->zEQP, "%s\n", zDetail); in idxFindIndexes()
13960 if( pStmt ) zRet = pStmt->zEQP; in sqlite3_expert_report()
20957 const char *zEQP = sqlite3_expert_report(p, i, EXPERT_REPORT_PLAN); in expertFinish() local
20964 oputf("%s\n", zEQP); in expertFinish()
23512 const char *zEQP = (const char*)sqlite3_column_text(pSql, 0); in lintFkeyIndexes() local
23519 if( zEQP==0 ) continue; in lintFkeyIndexes()
23521 rc = sqlite3_prepare_v2(db, zEQP, -1, &pExplain, 0); in lintFkeyIndexes()