abstract public function DatabaseConnection::databaseType

Returns the name of the PDO driver for this connection.

3 methods override DatabaseConnection::databaseType()
DatabaseConnection_mysql::databaseType in drupal/includes/database/mysql/database.inc
Returns the name of the PDO driver for this connection.
DatabaseConnection_pgsql::databaseType in drupal/includes/database/pgsql/database.inc
Returns the name of the PDO driver for this connection.
DatabaseConnection_sqlite::databaseType in drupal/includes/database/sqlite/database.inc
Returns the name of the PDO driver for this connection.

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();