isQueryPlan property
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;
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.
final bool isQueryPlan;