PHP 클래스 phprs\ezsql\rules\replace\ReplaceIntoRule

상속: extends phprs\ezsql\rules\basic\BasicRule
파일 보기 프로젝트 열기: caoym/phprs-restful 1 사용 예제들

공개 메소드들

메소드 설명
replaceInto ( string $table ) : ValuesRule replaceInto('table')->values([1,2]) => "REPLACE INTO table VALUES(1,2)"

메소드 상세

replaceInto() 공개 메소드

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