HomeSort by: relevance | last modified time | path
    Searched refs:sqlite3_stmt_explain (Results 1 - 5 of 5) sorted by relevancy

  /src/external/public-domain/sqlite/man/
Makefile 183 sqlite3_stmt_explain.3 \
  /src/external/public-domain/sqlite/dist/
sqlite3ext.h 708 #define sqlite3_stmt_explain sqlite3_api->stmt_explain macro
sqlite3.h 4750 ** The sqlite3_stmt_explain(S,E) interface changes the EXPLAIN
4756 ** Calling sqlite3_stmt_explain(S,E) might cause S to be reprepared.
4761 ** sqlite3_stmt_explain(S,E) will fail with SQLITE_ERROR if S cannot be
4768 ** began with EXPLAIN or EXPLAIN QUERY PLAN, but sqlite3_stmt_explain(S,0)
4777 ** immediately prior to calling sqlite3_stmt_explain(S,E).
4779 SQLITE_API int sqlite3_stmt_explain(sqlite3_stmt *pStmt, int eMode);
shell.c 3683 sqlite3_stmt_explain(p->pStmt, 2);
3691 sqlite3_stmt_explain(p->pStmt, 1);
3823 sqlite3_stmt_explain(p->pStmt, p->expMode-1);
26588 sqlite3_stmt_explain(pStmt, 2);
26592 sqlite3_stmt_explain(pStmt, 1);
26600 sqlite3_stmt_explain(pStmt, 0);
    [all...]
sqlite3.c 5071 ** The sqlite3_stmt_explain(S,E) interface changes the EXPLAIN
5077 ** Calling sqlite3_stmt_explain(S,E) might cause S to be reprepared.
5082 ** sqlite3_stmt_explain(S,E) will fail with SQLITE_ERROR if S cannot be
5089 ** began with EXPLAIN or EXPLAIN QUERY PLAN, but sqlite3_stmt_explain(S,0)
5098 ** immediately prior to calling sqlite3_stmt_explain(S,E).
5100 SQLITE_API int sqlite3_stmt_explain(sqlite3_stmt *pStmt, int eMode);
95566 SQLITE_API int sqlite3_stmt_explain(sqlite3_stmt *pStmt, int eMode){ function
142928 #define sqlite3_stmt_explain macro
    [all...]

Completed in 82 milliseconds