/**
  * Calls the underlying database through primary root to quote identifier
  * @param string $id 
  * @return string
  */
 public function quoteId($id)
 {
     return $this->proot->quoteId($id);
 }