/**
  * Get the current connector
  *
  * @return DBConnector
  */
 public function getConnector()
 {
     return $this->realConn->getConnector();
 }