‪TYPO3CMS  ‪main
TYPO3\CMS\Core\Database\Driver\DriverConnection Class Reference
Inheritance diagram for TYPO3\CMS\Core\Database\Driver\DriverConnection:

Public Member Functions

 prepare (string $sql)
 
 query (string $sql)
 

Detailed Description

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.

Definition at line 30 of file DriverConnection.php.

Member Function Documentation

◆ prepare()

TYPO3\CMS\Core\Database\Driver\DriverConnection::prepare ( string  $sql)

Definition at line 32 of file DriverConnection.php.

◆ query()

TYPO3\CMS\Core\Database\Driver\DriverConnection::query ( string  $sql)

Definition at line 37 of file DriverConnection.php.