Driver
class Driver implements Driver (View source)
PDO MySql driver.
Methods
Attempts to establish a connection with the underlying driver.
Gets the DatabasePlatform instance that provides all the metadata about the platform this driver connects to.
Gets the SchemaManager that can be used to inspect and change the underlying database schema of the platform this driver connects to.
Gets the name of the driver.
Details
at line 40
Connection
connect(array $params, string $username = null, string $password = null, array $driverOptions = array())
Attempts to establish a connection with the underlying driver.
at line 78
AbstractPlatform
getDatabasePlatform()
Gets the DatabasePlatform instance that provides all the metadata about the platform this driver connects to.
at line 83
SchemaManager
getSchemaManager(Connection $conn)
Gets the SchemaManager that can be used to inspect and change the underlying database schema of the platform this driver connects to.
at line 88
string
getName()
Gets the name of the driver.
at line 93
string
getDatabase(Connection $conn)
Get the name of the database connected to for this driver.