Search for driver
- Search 9.5.x for driver
- Search 8.9.x for driver
- Search 10.3.x for driver
- Search 11.x for driver
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
Database::loadDriverFile | function | includes/ |
Load a file for the database that might hold a class. |
DatabaseConnection::$driverClasses | property | includes/ |
Index of what driver-specific class to use for various operations. |
DatabaseConnection::driver | function | includes/ |
Returns the type of database driver. |
DatabaseConnection::getDriverClass | function | includes/ |
Gets the driver-specific override class if any for the specified class. |
DatabaseConnection_mysql::driver | function | includes/ |
Returns the type of database driver. |
DatabaseConnection_pgsql::driver | function | includes/ |
Returns the type of database driver. |
DatabaseConnection_sqlite::driver | function | includes/ |
Returns the type of database driver. |
DatabaseDriverNotSpecifiedException | class | includes/ |
Exception thrown if no driver is specified for a database connection. |
DatabaseStatementPrefetch::$driverOptions | property | includes/ |
Driver-specific options. Can be used by child classes. |
DatabaseTasks::hasPdoDriver | function | includes/ |
Ensure the PDO driver is supported by the version of PHP in use. |
DatabaseTasks_mysql::$pdoDriver | property | includes/ |
The PDO driver name for MySQL and equivalent databases. |
DatabaseTasks_pgsql::$pdoDriver | property | includes/ |
|
DatabaseTasks_sqlite::$pdoDriver | property | includes/ |
|
db_driver | function | includes/ |
Retrieves the name of the currently active database driver. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.