Documentación offline SQLite 3.53.4
por @raupulus

Query The EXPLAIN Setting For A Prepared Statement

3.53.4 Ver versión oficial en línea Licencia BlessingDescargado el 2026-09-15 Bundle .md (21.8 MB) ↓

\ int sqlite3_stmt_isexplain(sqlite3_stmt *pStmt);\

The sqlite3_stmt_isexplain(S) interface returns 1 if the prepared statement S is an EXPLAIN statement, or 2 if the statement S is an EXPLAIN QUERY PLAN. The sqlite3_stmt_isexplain(S) interface returns 0 if S is an ordinary statement or a NULL pointer.

See also lists of Objects, Constants, and Functions.