‪TYPO3CMS  10.4
TYPO3\CMS\Core\Database\Driver\PDOSqlite\Driver Class Reference
Inheritance diagram for TYPO3\CMS\Core\Database\Driver\PDOSqlite\Driver:

Public Member Functions

 connect (array $params, $username=null, $password=null, array $driverOptions=[])
 

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 29 of file Driver.php.

Member Function Documentation

◆ connect()

TYPO3\CMS\Core\Database\Driver\PDOSqlite\Driver::connect ( array  $params,
  $username = null,
  $password = null,
array  $driverOptions = [] 
)

{}

Definition at line 34 of file Driver.php.