PHP Class Doctrine\DBAL\Driver\AbstractMySQLDriver

Since: 2.5
Author: Steve Müller ([email protected])
Inheritance: implements Doctrine\DBAL\Driver, implements Doctrine\DBAL\Driver\ExceptionConverterDriver, implements Doctrine\DBAL\VersionAwarePlatformDriver
Datei anzeigen Open project: doctrine/dbal

Public Methods

Method Description
convertException ( $message, Doctrine\DBAL\Driver\DriverException $exception )
createDatabasePlatformForVersion ( $version )
getDatabase ( Doctrine\DBAL\Connection $conn )
getDatabasePlatform ( )
getSchemaManager ( Doctrine\DBAL\Connection $conn )

Method Details

convertException() public method

public convertException ( $message, Doctrine\DBAL\Driver\DriverException $exception )
$exception Doctrine\DBAL\Driver\DriverException

createDatabasePlatformForVersion() public method

public createDatabasePlatformForVersion ( $version )

getDatabase() public method

public getDatabase ( Doctrine\DBAL\Connection $conn )
$conn Doctrine\DBAL\Connection

getDatabasePlatform() public method

public getDatabasePlatform ( )

getSchemaManager() public method

public getSchemaManager ( Doctrine\DBAL\Connection $conn )
$conn Doctrine\DBAL\Connection