Small. Fast. Reliable.
Choose any three.

SQLite Requirement Matrix Details
stmt_isexplain.html

Index Summary Markup Original


R-29565-52740-53863-51242-23520-28931-17220-09831 tcl slt th3 src

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.

/* IMP: R-29565-52740 */
# EVIDENCE-OF: R-29565-52740 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.

R-44487-57903-51219-53037-61864-06803-55060-36082 tcl slt th3 src

The sqlite3_stmt_isexplain(S) interface returns 0 if S is an ordinary statement or a NULL pointer.

/* IMP: R-44487-57903 */
# EVIDENCE-OF: R-44487-57903 The sqlite3_stmt_isexplain(S) interface
# returns 0 if S is an ordinary statement or a NULL pointer.