abstract public function DatabaseConnection::databaseType

7.x database.inc abstract public DatabaseConnection::databaseType()

Returns the name of the PDO driver for this connection.

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

File

drupal-7.x/includes/database/database.inc, line 1259
Core systems for the database layer.

Class

DatabaseConnection
Base Database API class.

Code

abstract public function databaseType();