/**
  * Explain of SQL
  * 
  * @return string
  */
 function explain()
 {
     return $this->_db->explain();
 }