PHP Class phprs\ezsql\rules\replace\ReplaceIntoRule

Inheritance: extends phprs\ezsql\rules\basic\BasicRule
Afficher le fichier Open project: caoym/phprs-restful Class Usage Examples

Méthodes publiques

Méthode Description
replaceInto ( string $table ) : ValuesRule replaceInto('table')->values([1,2]) => "REPLACE INTO table VALUES(1,2)"

Method Details

replaceInto() public méthode

replaceInto('table')->values([1,2]) => "REPLACE INTO table VALUES(1,2)"
public replaceInto ( string $table ) : ValuesRule
$table string
Résultat ValuesRule