/**
  * Force the connection to close.
  *
  * @return void
  */
 public function closeConnection()
 {
     $this->adapter->closeConnection();
 }