Searched refs:zEQP (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | shell.c | 14888 char *zEQP; /* Plan */ member 15916 sqlite3_free(p->zEQP); in idxStatementFree() 16007 pStmt->zEQP = idxAppendText(&rc, pStmt->zEQP, "%s\n", zDetail); in idxFindIndexes() 16976 if( pStmt ) zRet = pStmt->zEQP; in sqlite3_expert_report() 26473 const char *zEQP = sqlite3_expert_report(p, i, EXPERT_REPORT_PLAN); in expertFinish() local 26481 cli_printf(out, "%s\n%s\n", zIdx, zEQP); in expertFinish() 29592 const char *zEQP = (const char*)sqlite3_column_text(pSql, 0); in lintFkeyIndexes() local 29599 if( zEQP==0 ) continue; in lintFkeyIndexes() 29601 rc = sqlite3_prepare_v2(db, zEQP, -1, &pExplain, 0); in lintFkeyIndexes()
|