isExplain property

bool isExplain

Whether this statement is either an EXPLAIN or an EXPLAIN QUERY PLAN statement.

This uses sqlite3_stmt_isexplain, which is documented here: https://www.sqlite.org/c3ref/stmt_isexplain.html

Implementation

bool get isExplain;