isQueryPlan property

bool isQueryPlan
final

True for EXPLAIN QUERY PLAN <stmt> (returns the SQLite-shaped (id, parent, notused, detail) tree). False for plain EXPLAIN, which returns synthesized VDBE bytecode rows.

Implementation

final bool isQueryPlan;