Connection 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
- lastInsertId() : mixed
- {@inheritDoc}
Methods
__construct()
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
The connection can be only instantiated by its driver.
lastInsertId()
{@inheritDoc}
public
lastInsertId([mixed $name = null ]) : mixed
Parameters
- $name : mixed = null