Driver extends AbstractMySQLDriver

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

All private methods have to be checked on every release of doctrine/dbal.

Internal

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

Table of Contents

Methods

connect()  : Connection
{@inheritdoc}
getName()  : mixed
{@inheritdoc}
constructPdoDsn()  : string
Constructs the MySql PDO DSN.

Methods

connect()

{@inheritdoc}

public connect(array<string|int, mixed> $params) : Connection
Parameters
$params : array<string|int, mixed>
Return values
Connection

getName()

{@inheritdoc}

public getName() : mixed
Deprecated

constructPdoDsn()

Constructs the MySql PDO DSN.

protected constructPdoDsn(array<string|int, mixed> $params) : string
Parameters
$params : array<string|int, mixed>
Return values
string

The DSN.


        
On this page

Search results