DatabaseConnection::version

7 database.inc public DatabaseConnection::version()

Returns the version of the database server.

File

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

Code

public function version() {
  return $this->getAttribute(PDO::ATTR_SERVER_VERSION);
}
Login or register to post comments