Esempio n. 1
0
 /**
  * Reset all objects
  */
 public function reset()
 {
     $this->CommonQuery->reset();
     $this->SelectQuery->reset();
     $this->UpdateQuery->reset();
     $this->InsertQuery->reset();
     $this->DeleteQuery->reset();
 }
Esempio n. 2
0
 /**
  * @return $this
  */
 public function reset()
 {
     $this->fields = NULL;
     parent::reset();
     return $this;
 }