PHP Class phprs\ezsql\rules\select\ForUpdateOfRule

Inheritance: extends GetRule
Show file Open project: caoym/phprs-restful

Public Methods

Method Description
of ( string $column ) : GetRule forUpdate()->of('column') => 'FOR UPDATE OF column'

Method Details

of() public method

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