DriverStatement extends AbstractStatementMiddleware
TYPO3's custom Statement decorator object for Database statements based on Doctrine DBAL in TYPO3's drivers.
This is a low-level wrapper around PDOStatement for TYPO3 based drivers to ensure the PDOStatement is put into TYPO3's DriverResult object, and not in Doctrine's Result object. If Doctrine DBAL had a factory for DriverResults this class could be removed.
this implementation is not part of TYPO3's Public API.
Table of Contents
Methods
- execute() : Result
- {@inheritdoc}
Methods
execute()
{@inheritdoc}
public
execute() : Result