/**
  * Set select distinct
  *
  * @param   bool $flag
  * @return  $this
  */
 public function distinct($flag)
 {
     $this->_select->distinct($flag);
     return $this;
 }