‪TYPO3CMS  ‪main
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)
 

Private Member Functions

string constructPdoDsn (array $params)
 

Detailed Description

The main change in favor of Doctrine's implementation is to use our custom DriverConnection which creates a custom Result object.

this implementation is not part of TYPO3's Public API.

Definition at line 31 of file Driver.php.

Member Function Documentation

◆ connect()

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

◆ constructPdoDsn()

string TYPO3\CMS\Core\Database\Driver\PDOPgSql\Driver::constructPdoDsn ( array  $params)
private
Returns
‪string Postgres PDO DSN

Definition at line 74 of file Driver.php.

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