DebugStatement
extends PDOStatement
in package
PDOStatement that reports each execution's wall time to Debug. Installed through `PDO::ATTR_STATEMENT_CLASS` when DEBUG is on (see Database), so every query is timed without touching any call site.
Table of Contents
Methods
- execute() : bool
- __construct() : mixed
Methods
execute()
public
execute([array<string|int, mixed>|null $params = null ]) : bool
Parameters
- $params : array<string|int, mixed>|null = null
Return values
bool__construct()
protected
__construct() : mixed