__construct
Implements a wrapper around the default `\PDOStatement` class providing features required by the HotMelt ORM layer.
__construct(\PDOStatement $statement, \HotMelt\PDO $pdo)
\PDOStatement
The PDO statement to decorate.
\HotMelt\PDO
The PDO to which the decorated statement belongs.