function DatabaseConnection_pgsql::databaseType

Returns the name of the PDO driver for this connection.

Overrides DatabaseConnection::databaseType

File

includes/database/pgsql/database.inc, line 158

Class

DatabaseConnection_pgsql

Code

public function databaseType() {
  return 'pgsql';
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.