Exemplo n.º 1
0
 public function forUpdate($set = TRUE)
 {
     $this->query->forUpdate($set);
     return $this;
 }