Exemple #1
0
 /**
  * Reset all objects
  */
 public function reset()
 {
     $this->CommonQuery->reset();
     $this->SelectQuery->reset();
     $this->UpdateQuery->reset();
     $this->InsertQuery->reset();
     $this->DeleteQuery->reset();
 }