PDOConnection extends Connection

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

__construct()  : mixed
{@inheritdoc}

Methods

__construct()

{@inheritdoc}

public __construct(mixed $dsn[, mixed $user = null ][, mixed $password = null ][, array<string|int, mixed>|null $options = null ]) : mixed
Parameters
$dsn : mixed
$user : mixed = null
$password : mixed = null
$options : array<string|int, mixed>|null = null

        
On this page

Search results