Beispiel #1
0
 /**
  * Reset some properties.
  *
  * @return  \Hoa\Database\Query\SelectCore
  */
 public function reset()
 {
     parent::reset();
     $this->_columns = [];
     $this->_distinctOrAll = null;
     $this->_groupBy = [];
     $this->_having = [];
     $this->_from = [];
     return $this;
 }