PHP Class phprs\ezsql\rules\basic\LimitRule

Inheritance: extends ExecRule
Afficher le fichier Open project: caoym/phprs-restful Class Usage Examples

Méthodes publiques

Méthode Description
limit ( integer $size ) : ExecRule limit(1) => "LIMIT 1"

Method Details

limit() public méthode

limit(1) => "LIMIT 1"
public limit ( integer $size ) : ExecRule
$size integer
Résultat ExecRule