/**
  * @return  \stdClass  The first row of the query.
  *
  * @throws  \RuntimeException
  */
 public function loadRow()
 {
     return $this->_db->loadRow();
 }