buildAttributesPartForUpdate() 공개 정적인 메소드

public static buildAttributesPartForUpdate ( $updateAttributes )
예제 #1
0
파일: Dialect.php 프로젝트: letsdrink/ouzo
 public function update()
 {
     $attributes = DialectUtil::buildAttributesPartForUpdate($this->_query->updateAttributes);
     $table = $this->table();
     return "UPDATE {$table} SET {$attributes}";
 }