Driver extends AbstractPostgreSQLDriver
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.
Table of Contents
Methods
Methods
connect()
{@inheritdoc}
public
connect(array<string|int, mixed> $params[, mixed $username = null ][, mixed $password = null ][, array<string|int, mixed> $driverOptions = [] ]) : mixed
Parameters
- $params : array<string|int, mixed>
- $username : mixed = null
- $password : mixed = null
- $driverOptions : array<string|int, mixed> = []
getName()
{@inheritdoc}
public
getName() : mixed