abstract public function DatabaseConnection::databaseType

Returns the name of the PDO driver for this connection.

3 methods override DatabaseConnection::databaseType()

File

drupal/includes/database/database.inc, line 1284
Core systems for the database layer.

Class

DatabaseConnection
Base Database API class.

Code

public abstract function databaseType();