Returns the version of the database server.

File

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

Class

DatabaseConnection
Base Database API class.

Code

public function version() {
  return $this->connection
    ->getAttribute(PDO::ATTR_SERVER_VERSION);
}