DriverConnection extends AbstractConnectionMiddleware
DriverConnection decorator to replace the DriverResult with a custom class directly in the connection and the driver statement class.
this implementation is not part of TYPO3's Public API.
Table of Contents
Methods
Methods
prepare()
    public
                    prepare(string $sql) : Statement
    Parameters
- $sql : string
Return values
Statementquery()
    public
                    query(string $sql) : Result
    Parameters
- $sql : string