‪TYPO3CMS  11.5
TYPO3\CMS\Core\Database\Driver\PDOMySql\Driver Class Reference
Inheritance diagram for TYPO3\CMS\Core\Database\Driver\PDOMySql\Driver:

Public Member Functions

 connect (array $params, $username=null, $password=null, array $driverOptions=[])
 
 getName ()
 

Protected Member Functions

string constructPdoDsn (array $params)
 

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 29 of file Driver.php.

Member Function Documentation

◆ connect()

TYPO3\CMS\Core\Database\Driver\PDOMySql\Driver::connect ( array  $params,
  $username = null,
  $password = null,
array  $driverOptions = [] 
)

◆ constructPdoDsn()

string TYPO3\CMS\Core\Database\Driver\PDOMySql\Driver::constructPdoDsn ( array  $params)
protected

Constructs the MySql PDO DSN.

Parameters
mixed[]$params
Returns
‪string The DSN.

Definition at line 62 of file Driver.php.

Referenced by TYPO3\CMS\Core\Database\Driver\PDOMySql\Driver\connect().

◆ getName()

TYPO3\CMS\Core\Database\Driver\PDOMySql\Driver::getName ( )

{}

Deprecated:

Definition at line 93 of file Driver.php.