/**
  * Returns the version of MySQL
  *
  * @return string
  */
 public function getVersion()
 {
     return $this->_db->getVersion();
 }