Exemple #1
0
 /**
  * This function resets the current builder.
  *
  * @access public
  * @return DB_SQL_Update_Proxy                  a reference to the current instance
  */
 public function reset()
 {
     $this->builder->reset();
     return $this;
 }