PHP Class phprs\ezsql\rules\select\ForUpdateOfRule

Inheritance: extends GetRule
Afficher le fichier Open project: caoym/phprs-restful

Méthodes publiques

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

Method Details

of() public méthode

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