/**
  * Test if a connection is active
  *
  * @return boolean
  */
 public function isConnected()
 {
     return $this->adapter->isConnected();
 }