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

/netbsd-current/external/public-domain/sqlite/man/
H A DMakefile176 sqlite3_stmt_explain.3 \
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h698 #define sqlite3_stmt_explain sqlite3_api->stmt_explain macro
H A Dsqlite3.h4432 ** The sqlite3_stmt_explain(S,E) interface changes the EXPLAIN
4438 ** Calling sqlite3_stmt_explain(S,E) might cause S to be reprepared.
4443 ** sqlite3_stmt_explain(S,E) will fail with SQLITE_ERROR if S cannot be
4450 ** began with EXPLAIN or EXPLAIN QUERY PLAN, but sqlite3_stmt_explain(S,0)
4459 ** immediately prior to calling sqlite3_stmt_explain(S,E).
4461 SQLITE_API int sqlite3_stmt_explain(sqlite3_stmt *pStmt, int eMode);
H A Dshell.c21098 rc = sqlite3_stmt_explain(pExplain, 2);
21113 rc = sqlite3_stmt_explain(pExplain, 1);
21126 sqlite3_stmt_explain(pStmt, 0);
H A Dsqlite3.c4745 ** The sqlite3_stmt_explain(S,E) interface changes the EXPLAIN
4751 ** Calling sqlite3_stmt_explain(S,E) might cause S to be reprepared.
4756 ** sqlite3_stmt_explain(S,E) will fail with SQLITE_ERROR if S cannot be
4763 ** began with EXPLAIN or EXPLAIN QUERY PLAN, but sqlite3_stmt_explain(S,0)
4772 ** immediately prior to calling sqlite3_stmt_explain(S,E).
4774 SQLITE_API int sqlite3_stmt_explain(sqlite3_stmt *pStmt, int eMode);
91859 SQLITE_API int sqlite3_stmt_explain(sqlite3_stmt *pStmt, int eMode){ function
136170 #define sqlite3_stmt_explain macro
[all...]

Completed in 979 milliseconds