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

Public Member Functions

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

Private Member Functions

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

Member Function Documentation

◆ _constructPdoDsn()

TYPO3\CMS\Core\Database\Driver\PDOPgSql\Driver::_constructPdoDsn ( array  $params)
private

{}

Definition at line 71 of file Driver.php.

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

◆ connect()

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