Home
last modified time | relevance | path

Searched refs:iStmt (Results 1 - 1 of 1) sorted by relevance

/third_party/sqlite/src/
H A Dshell.c9321 ** Return the text of SQL statement iStmt.
9325 ** indexes for statement iStmt. If there are no new recommeded indexes, NULL
9330 ** iStmt after the proposed indexes have been added to the database schema.
9334 ** for all indexes that were tested (for all SQL statements). The iStmt
9337 const char *sqlite3_expert_report(sqlite3expert*, int iStmt, int eReport);
11365 const char *sqlite3_expert_report(sqlite3expert *p, int iStmt, int eReport){ in sqlite3_expert_report() argument
11370 for(pStmt=p->pStatement; pStmt && pStmt->iId!=iStmt; pStmt=pStmt->pNext); in sqlite3_expert_report()

Completed in 34 milliseconds