buildAttributesPartForUpdate() public static method

public static buildAttributesPartForUpdate ( $updateAttributes )
示例#1
0
 public function update()
 {
     $attributes = DialectUtil::buildAttributesPartForUpdate($this->_query->updateAttributes);
     $table = $this->table();
     return "UPDATE {$table} SET {$attributes}";
 }