Example #1
0
 /**
  * Clear statement PDO and query builder
  */
 public function clear()
 {
     $this->statement = null;
     $this->clearUsingModel();
     $this->query->clear();
     $this->grammar->clear();
 }