wrappedStatement->bindValue($param, $value, $type); } public function execute(): Result { return $this->wrappedStatement->execute(); } }