abstract public function DatabaseConnection::databaseType in Drupal 7
Returns the name of the PDO driver for this connection.
3 methods override DatabaseConnection::databaseType()
- DatabaseConnection_mysql::databaseType in includes/
database/ mysql/ database.inc - Returns the name of the PDO driver for this connection.
- DatabaseConnection_pgsql::databaseType in includes/
database/ pgsql/ database.inc - Returns the name of the PDO driver for this connection.
- DatabaseConnection_sqlite::databaseType in includes/
database/ sqlite/ database.inc - Returns the name of the PDO driver for this connection.
File
- includes/
database/ database.inc, line 1331 - Core systems for the database layer.
Class
- DatabaseConnection
- Base Database API class.
Code
public abstract function databaseType();