PHP 클래스 phprs\ezsql\rules\select\ForUpdateOfRule

상속: extends GetRule
파일 보기 프로젝트 열기: caoym/phprs-restful

공개 메소드들

메소드 설명
of ( string $column ) : GetRule forUpdate()->of('column') => 'FOR UPDATE OF column'

메소드 상세

of() 공개 메소드

forUpdate()->of('column') => 'FOR UPDATE OF column'
public of ( string $column ) : GetRule
$column string
리턴 GetRule