‪TYPO3CMS  11.5
TYPO3\CMS\Core\Database\Driver\PDOSqlsrv\Connection Class Reference
Inheritance diagram for TYPO3\CMS\Core\Database\Driver\PDOSqlsrv\Connection:

Public Member Functions

 __construct ($dsn, $user=null, $password=null, ?array $options=null)
 
 lastInsertId ($name=null)
 

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 27 of file Connection.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Core\Database\Driver\PDOSqlsrv\Connection::__construct (   $dsn,
  $user = null,
  $password = null,
?array  $options = null 
)

The connection can be only instantiated by its driver.

{}

Definition at line 34 of file Connection.php.

Member Function Documentation

◆ lastInsertId()

TYPO3\CMS\Core\Database\Driver\PDOSqlsrv\Connection::lastInsertId (   $name = null)

Definition at line 43 of file Connection.php.