db_driver |
function |
includes/database/database.inc |
Retrieves the name of the currently active database driver. |
driver.test |
file |
modules/simpletest/tests/driver.test |
|
DriverAPITestCase |
class |
modules/simpletest/tests/driver.test |
|
system.drivers.inc |
file |
modules/system/system.drivers.inc |
|
silkscreen_driver_list |
function |
includes/bootstrap.inc |
Returns a list of objects decribing the installed drivers indexed by
their machine names. Each of the driver objects includes the path
to their info file, their machine name, and the contents of their
info files. |
Database::loadDriverFile |
function |
includes/database/database.inc |
Load a file for the database that might hold a class. |
system_admin_drivers_page |
function |
modules/system/system.drivers.inc |
|
DatabaseTasks::$pdoDriver |
property |
includes/install.inc |
The PDO driver name for MySQL and equivalent databases. |
DatabaseConnection::driver |
function |
includes/database/database.inc |
Returns the type of database driver. |
DatabaseTasks::hasPdoDriver |
function |
includes/install.inc |
Ensure the PDO driver is supported by the version of PHP in use. |
backdrop_load_database_driver |
function |
includes/install.inc |
Returns all supported database installer objects that are compiled into PHP. |
DatabaseTasks_mysql::$pdoDriver |
property |
drivers/database_mysql/install.inc |
The PDO driver name for MySQL and equivalent databases. |
DatabaseConnection_mysql::driver |
function |
drivers/database_mysql/database.inc |
Returns the type of database driver. |
DriverAPITestCase::testDriverList |
function |
modules/simpletest/tests/driver.test |
|
DatabaseConnection::getDriverClass |
function |
includes/database/database.inc |
Gets the driver-specific override class if any for the specified class. |
DatabaseConnection::$driverClasses |
property |
includes/database/database.inc |
Index of what driver-specific class to use for various operations. |
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. |