Doctrine


Doctrine\DBAL\Driver\PDOMySql\Driver
/Doctrine/DBAL/Driver/PDOMySql/Driver.php at line 31

Class Driver

Driver
All Implemented Interfaces:
Driver

public class Driver

PDO MySql driver.

Since:
2.0

Method Summary
Doctrine\DBAL\Driver\Connection

connect(array params, string username, string password, array driverOptions)

Attempts to establish a connection with the underlying driver.

void

getDatabase(mixed conn)

void

getDatabasePlatform()

void

getName()

void

getSchemaManager(mixed conn)

Method Detail

/Doctrine/DBAL/Driver/PDOMySql/Driver.php at line 42

connect

public Doctrine\DBAL\Driver\Connection connect(array params, string username, string password, array driverOptions)

Attempts to establish a connection with the underlying driver.


/Doctrine/DBAL/Driver/PDOMySql/Driver.php at line 92

getDatabase

public void getDatabase(mixed conn)

/Doctrine/DBAL/Driver/PDOMySql/Driver.php at line 77

getDatabasePlatform

public void getDatabasePlatform()

/Doctrine/DBAL/Driver/PDOMySql/Driver.php at line 87

getName

public void getName()

/Doctrine/DBAL/Driver/PDOMySql/Driver.php at line 82

getSchemaManager

public void getSchemaManager(mixed conn)

Doctrine