/**
  * Returns the database name
  * @return string
  */
 public function databaseName()
 {
     return $this->_mapper->databaseName();
 }