|
MIOLO20
|
Membros públicos | |
| connect (array $params, $username=null, $password=null, array $driverOptions=array()) | |
| getDatabasePlatform () | |
| getSchemaManager (Connection $conn) | |
| getName () | |
| getDatabase (Connection $conn) | |
Driver interface. Interface that all DBAL drivers must implement.
Definido na linha 28 do ficheiro Driver.php.
| connect | ( | array | $params, |
| $username = null, | |||
| $password = null, | |||
| array | $driverOptions = array() ) |
Attempts to create a connection with the database.
| array | $params | All connection parameters passed by the user. |
| string | $username | The username to use when connecting. |
| string | $password | The password to use when connecting. |
| array | $driverOptions | The driver options to use when connecting. |
Implementado em DB2Driver, Driver, Driver, Driver, Driver, Driver, Driver e Driver.
| getDatabase | ( | Connection | $conn | ) |
Get the name of the database connected to for this driver.
| Doctrine\DBAL\Connection | $conn |
| getDatabasePlatform | ( | ) |
| getName | ( | ) |
| getSchemaManager | ( | Connection | $conn | ) |