Example #1
0
 /**
  * forUpdate() => 'FOR UPDATE'
  * @return \phprs\ezsql\rules\select\ForUpdateOfRule
  */
 public function forUpdate()
 {
     ForUpdateImpl::forUpdate($this->context);
     return new ForUpdateOfRule($this->context);
 }