コード例 #1
0
ファイル: select.php プロジェクト: caoym/phprs-restful
 /**
  * forUpdate() => 'FOR UPDATE'
  * @return \phprs\ezsql\rules\select\ForUpdateOfRule
  */
 public function forUpdate()
 {
     ForUpdateImpl::forUpdate($this->context);
     return new ForUpdateOfRule($this->context);
 }