‪TYPO3CMS  11.5
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=[])
 
 getName ()
 

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

Member Function Documentation

◆ _constructPdoDsn()

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

Constructs the Postgres PDO DSN.

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

Definition at line 75 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 = [] 
)

◆ getName()

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

{}

Deprecated:

Definition at line 130 of file Driver.php.