Search for driver

  1. Search 9.5.x for driver
  2. Search 8.9.x for driver
  3. Search 10.3.x for driver
  4. Search 11.x for driver
  5. Other projects
Title Object type File name Summary
Database::loadDriverFile function includes/database/database.inc Load a file for the database that might hold a class.
DatabaseConnection::$driverClasses property includes/database/database.inc Index of what driver-specific class to use for various operations.
DatabaseConnection::driver function includes/database/database.inc Returns the type of database driver.
DatabaseConnection::getDriverClass function includes/database/database.inc Gets the driver-specific override class if any for the specified class.
DatabaseConnection_mysql::driver function includes/database/mysql/database.inc Returns the type of database driver.
DatabaseConnection_pgsql::driver function includes/database/pgsql/database.inc Returns the type of database driver.
DatabaseConnection_sqlite::driver function includes/database/sqlite/database.inc Returns the type of database driver.
DatabaseDriverNotSpecifiedException class includes/database/database.inc Exception thrown if no driver is specified for a database connection.
DatabaseStatementPrefetch::$driverOptions property includes/database/prefetch.inc Driver-specific options. Can be used by child classes.
DatabaseTasks::hasPdoDriver function includes/install.inc Ensure the PDO driver is supported by the version of PHP in use.
DatabaseTasks_mysql::$pdoDriver property includes/database/mysql/install.inc The PDO driver name for MySQL and equivalent databases.
DatabaseTasks_pgsql::$pdoDriver property includes/database/pgsql/install.inc
DatabaseTasks_sqlite::$pdoDriver property includes/database/sqlite/install.inc
db_driver function includes/database/database.inc 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.