Extra uses ConstantsTrait
Statistics and extra Information attributes.
cursor.getExtra() → queryInfo
Table of Contents
Constants
- PLAN : string = 'plan'
- Execution plan attached to a profiled run.
- PROFILE : string = 'profile'
- Per-phase timings of a profiled run (`parsing`, `optimizing plan`, `executing`, …).
- STATS : string = 'stats'
- WARNINGS : string = 'warnings'
Constants
PLAN
Execution plan attached to a profiled run.
public
string
PLAN
= 'plan'
PROFILE
Per-phase timings of a profiled run (`parsing`, `optimizing plan`, `executing`, …).
public
string
PROFILE
= 'profile'
STATS
public
string
STATS
= 'stats'
WARNINGS
public
string
WARNINGS
= 'warnings'