示例#1
0
 /**
  * Gets the name of the database this Connection is connected to.
  *
  * @return string $database
  */
 public function getDatabase()
 {
     return $this->_driver->getDatabase($this);
 }