‪TYPO3CMS  10.4
TYPO3\CMS\Core\Database\Driver\PDOConnection Class Reference
Inheritance diagram for TYPO3\CMS\Core\Database\Driver\PDOConnection:

Public Member Functions

 __construct ($dsn, $user=null, $password=null, ?array $options=null)
 

Detailed Description

This is a full "clone" of the class of package doctrine/dbal. Scope is to use the PDOConnection of TYPO3. All private methods have to be checked on every release of doctrine/dbal.

Definition at line 28 of file PDOConnection.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Core\Database\Driver\PDOConnection::__construct (   $dsn,
  $user = null,
  $password = null,
?array  $options = null 
)

{}

Definition at line 33 of file PDOConnection.php.