Function getSetClause
Constructs a SET clause ("SET uniqueid1='uniquevalue1', uniqueid2='uniquevalue2' ...") from an array (map) of variables and their values which identifies a unique record in the database table. Used to 'move' records. Note: does not check anything.
string |
$new_unique_set |
what to add to the SET clause |
contructed
|
SET cleause |