abstract public function Connection::databaseType

Same name in this branch
  1. 9.x drupal/core/lib/Drupal/Core/Database/Connection.php \Drupal\Core\Database\Connection::databaseType()
  2. 9.x drupal/core/lib/Drupal/Core/Database/Driver/mysql/Connection.php \Drupal\Core\Database\Driver\mysql\Connection::databaseType()
  3. 9.x drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php \Drupal\Core\Database\Driver\sqlite\Connection::databaseType()
  4. 9.x drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Connection.php \Drupal\Core\Database\Driver\pgsql\Connection::databaseType()

Returns the name of the PDO driver for this connection.

3 methods override Connection::databaseType()
Connection::databaseType in drupal/core/lib/Drupal/Core/Database/Driver/mysql/Connection.php
Returns the name of the PDO driver for this connection.
Connection::databaseType in drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php
Returns the name of the PDO driver for this connection.
Connection::databaseType in drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Connection.php
Returns the name of the PDO driver for this connection.

File

drupal/core/lib/Drupal/Core/Database/Connection.php, line 1110
Definition of Drupal\Core\Database\Connection

Class

Connection
Base Database API class.

Namespace

Drupal\Core\Database

Code

public abstract function databaseType();